Fix compile warning.
This commit is contained in:
parent
fcbe62ee51
commit
f2a242f988
1 changed files with 3 additions and 5 deletions
|
@ -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…
Reference in a new issue