1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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

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