diff options
Diffstat (limited to 'src/port/tar.c')
-rw-r--r-- | src/port/tar.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/port/tar.c b/src/port/tar.c index f1da959dacf..4afe9f25334 100644 --- a/src/port/tar.c +++ b/src/port/tar.c @@ -1,7 +1,9 @@ #include "c.h" -#include "pgtar.h" + #include <sys/stat.h> +#include "pgtar.h" + /* * Print a numeric field in a tar header. The field starts at *s and is of * length len; val is the value to be written. |