mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Fix compile warning.
This commit is contained in:
parent
fcbe62ee51
commit
f2a242f988
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user