Fix compile warning.

REL7_3_STABLE
Tom Lane 24 years ago
parent fcbe62ee51
commit f2a242f988
  1. 8
      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"

Loading…
Cancel
Save