projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9f2fe
)
Add sys/types.h to common includes.
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 21 Aug 2002 17:20:58 +0000
(17:20 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 21 Aug 2002 17:20:58 +0000
(17:20 +0000)
src/include/c.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/c.h
b/src/include/c.h
index 1f50ae44f6df0b050298a39bb5a4a27fc1720016..bfae5536a59de83e7ee8cc25b9aa294e4514c6b9 100644
(file)
--- a/
src/include/c.h
+++ b/
src/include/c.h
@@
-12,7
+12,7
@@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.12
1 2002/06/20 20:29:42 momjian
Exp $
+ * $Id: c.h,v 1.12
2 2002/08/21 17:20:58 petere
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-60,6
+60,7
@@
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
+#include <sys/types.h>
#ifdef __CYGWIN__
#include <errno.h>