From 794397ae1d1c6d33d11a9b0951a420c2082bcd6c Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 2 Jan 2013 20:34:08 +0100 Subject: 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) --- src/port/tar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/port/tar.c') 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 /* -- cgit v1.2.3