mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Fix compile warning.
This commit is contained in:
parent
fcbe62ee51
commit
f2a242f988
@ -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 New Issue
Block a user