Include stdio.h and stdlib.h for completeness.

This commit is contained in:
Thomas G. Lockhart 2002-04-21 19:51:44 +00:00
parent 37cfb04094
commit 3fab49325d
1 changed files with 2 additions and 0 deletions

View File

@ -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();