1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Add missing include.

This commit is contained in:
Peter Eisentraut 2002-04-20 03:46:16 +00:00
parent 6d6ca2166c
commit ff4281472a

View File

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