]> granicus.if.org Git - postgresql/commitdiff
Fix compile warning.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 20:57:00 +0000 (20:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 20:57:00 +0000 (20:57 +0000)
contrib/dbase/dbf.c

index 357966b499eb83541f59c515579ff2827d60fc89..764ffcfc56d735bf6842a6d02af5809987b904da 100644 (file)
@@ -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"