Fix compile warning.

This commit is contained in:
Tom Lane 2002-09-05 20:57:00 +00:00
parent fcbe62ee51
commit f2a242f988
1 changed files with 3 additions and 5 deletions

View 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"