projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94cd2e8
)
Add a missing header for *nix
author
Dave Page
<dpage@pgadmin.org>
Tue, 24 Oct 2006 15:01:39 +0000
(15:01 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Tue, 24 Oct 2006 15:01:39 +0000
(15:01 +0000)
misc.h
patch
|
blob
|
blame
|
history
diff --git
a/misc.h
b/misc.h
index 88febdf896da1ae11c47616cb62fa87a22047aac..42571b880fc5df5f9a1d188352232d9d918e8ea8 100644
(file)
--- a/
misc.h
+++ b/
misc.h
@@
-12,6
+12,9
@@
#include "psqlodbc.h"
#include <stdio.h>
+#ifndef WIN32
+#include <unistd.h>
+#endif
#ifdef __cplusplus
extern "C" {