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 0f9f2fe commit b7a5917Copy full SHA for b7a5917
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $Id: c.h,v 1.121 2002/06/20 20:29:42 momjian Exp $
+ * $Id: c.h,v 1.122 2002/08/21 17:20:58 petere Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -60,6 +60,7 @@
60
#ifdef HAVE_STRINGS_H
61
#include <strings.h>
62
#endif
63
+#include <sys/types.h>
64
65
#ifdef __CYGWIN__
66
#include <errno.h>
0 commit comments