mirror of
https://github.com/postgres/postgres.git
synced 2026-03-28 21:33:14 -04:00
Add stdio to file.
This commit is contained in:
parent
281b7d84fc
commit
f6df410022
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue