Commit f2a242f9 authored by Tom Lane's avatar Tom Lane

Fix compile warning.

parent fcbe62ee
...@@ -8,14 +8,12 @@ ...@@ -8,14 +8,12 @@
set formatstring for real numbers set formatstring for real numbers
*/ */
#include <sys/types.h> #include "postgres_fe.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h> #include <fcntl.h>
#include <ctype.h> #include <ctype.h>
#include <time.h> #include <time.h>
#include <unistd.h>
#include "dbf.h" #include "dbf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment