#include <string.h>

This commit is contained in:
Vadim B. Mikheev 1997-04-21 04:28:59 +00:00
parent f3054b24c2
commit 42e72503a1

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.7 1997/04/17 20:39:31 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.8 1997/04/21 04:28:59 vadim Exp $
*
* NOTES
* This should be moved to a more appropriate place. It is here
@ -26,6 +26,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <postgres.h>