diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-12 18:37:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-12 18:37:35 +0000 |
commit | f6df410022520b61c464bb7cf6cc0c5e7809da99 (patch) | |
tree | 25078016bdc9a517c9fac53733e3db18783f8703 | |
parent | 281b7d84fc5b037531193440594917b10416c971 (diff) | |
download | postgresql-f6df410022520b61c464bb7cf6cc0c5e7809da99.tar.gz postgresql-f6df410022520b61c464bb7cf6cc0c5e7809da99.zip |
Add stdio to file.
-rw-r--r-- | contrib/oid2name/oid2name.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index 565baea1b63..9169c9fd243 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -6,6 +6,7 @@ */ +#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> |