We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ce105 commit 4024d43Copy full SHA for 4024d43
src/interfaces/libpq/fe-lobj.c
@@ -7,12 +7,13 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.4 1996/11/11 12:16:56 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.5 1996/11/16 05:18:58 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <unistd.h>
15
#include <stdio.h>
16
+#include <string.h>
17
#include <fcntl.h>
18
#include <sys/stat.h>
19
#include <sys/types.h>
0 commit comments