summaryrefslogtreecommitdiff
path: root/src/include/port/sunos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/sunos4.h')
-rw-r--r--src/include/port/sunos4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h
index 9d34f9f9e6..19eb6c0629 100644
--- a/src/include/port/sunos4.h
+++ b/src/include/port/sunos4.h
@@ -1,5 +1,7 @@
/*
- * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.10 2008/05/17 01:28:24 adunstan Exp $
+ * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.11 2008/12/11 09:17:07 petere Exp $
*
* sprintf() returns char *, not int, on SunOS 4.1.x */
#define SPRINTF_CHAR
+
+#include <unistd.h>