projects
/
postgresql.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
Thu, 5 Sep 2002 20:57:00 +0000
(20:57 +0000)
committer
Tom Lane
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
-#include
-#include
-#include
-#include
+#include "postgres_fe.h"
+
#include
#include
#include
+#include
#include "dbf.h"