]> granicus.if.org Git - postgresql/commitdiff
#include <string.h>
authorVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 21 Apr 1997 04:28:59 +0000 (04:28 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 21 Apr 1997 04:28:59 +0000 (04:28 +0000)
src/backend/libpq/be-fsstubs.c

index 64b585af9a56a0ec77686fd8826ca8bd9d996f1a..2de6a2cf48ad4605f176ae1fd31f8f4730fd1301 100644 (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>