#include <string.h>

pull/50/head
Vadim B. Mikheev 29 years ago
parent f3054b24c2
commit 42e72503a1
  1. 3
      src/backend/libpq/be-fsstubs.c

@ -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>

Loading…
Cancel
Save