projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbe62e
)
Fix compile warning.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 20:57:00 +0000
(20:57 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 20:57:00 +0000
(20:57 +0000)
contrib/dbase/dbf.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/dbase/dbf.c
b/contrib/dbase/dbf.c
index 357966b499eb83541f59c515579ff2827d60fc89..764ffcfc56d735bf6842a6d02af5809987b904da 100644
(file)
--- a/
contrib/dbase/dbf.c
+++ b/
contrib/dbase/dbf.c
@@
-8,14
+8,12
@@
set formatstring for real numbers
*/
-#include <sys/types.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <string.h>
+#include "postgres_fe.h"
+
#include <fcntl.h>
#include <ctype.h>
#include <time.h>
+#include <unistd.h>
#include "dbf.h"