Include stdio.h and stdlib.h for completeness.

ecpg_big_bison
Thomas G. Lockhart 24 years ago
parent 37cfb04094
commit 3fab49325d
  1. 2
      src/interfaces/ecpg/test/test1.pgc

@ -1,5 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);
exec sql whenever sqlwarning do warn();

Loading…
Cancel
Save