diff options
author | Magnus Hagander <magnus@hagander.net> | 2013-01-02 20:34:08 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2013-01-02 20:34:08 +0100 |
commit | 794397ae1d1c6d33d11a9b0951a420c2082bcd6c (patch) | |
tree | 264d494bd1e7a051815c1f6375078e3d6914fd41 /src/port/tar.c | |
parent | dfbba2c86cc8f09cf3ffca3d305b4ce54a7fb49a (diff) | |
download | postgresql-794397ae1d1c6d33d11a9b0951a420c2082bcd6c.tar.gz postgresql-794397ae1d1c6d33d11a9b0951a420c2082bcd6c.zip |
Move tar function headers to pgtar.h
This makes it possible to include them only where they are used, so
we can avoid the conflict of the uid_t and gid_t datatypes that happened
in plperl (since plperl doesn't need the tar functions)
Diffstat (limited to 'src/port/tar.c')
-rw-r--r-- | src/port/tar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/tar.c b/src/port/tar.c index 54ef41afd73..33b488464f2 100644 --- a/src/port/tar.c +++ b/src/port/tar.c @@ -1,4 +1,5 @@ #include "c.h" +#include "pgtar.h" #include <sys/stat.h> /* |