Skip to content

Commit 42e7250

Browse files
committed
#include <string.h>
1 parent f3054b2 commit 42e7250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/libpq/be-fsstubs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.7 1997/04/17 20:39:31 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.8 1997/04/21 04:28:59 vadim Exp $
1111
*
1212
* NOTES
1313
* This should be moved to a more appropriate place. It is here
@@ -26,6 +26,7 @@
2626
#include <sys/types.h>
2727
#include <sys/stat.h>
2828
#include <unistd.h>
29+
#include <string.h>
2930

3031
#include <postgres.h>
3132

0 commit comments

Comments
 (0)