freebsd-ports/archivers/tardy/files/patch-error.cc
Ying-Chieh Liao 27f06c66dc add tardy 1.11
Manipulate the file headers in tar archive files in various ways
2003-01-13 17:10:31 +00:00

10 lines
247 B
C++

--- common/error.cc.orig Tue Jan 14 00:59:18 2003
+++ common/error.cc Tue Jan 14 00:59:40 2003
@@ -28,6 +28,7 @@
#include <ac/stdlib.h>
#include <ac/string.h>
+#include <sys/types.h>
#include <grp.h>
#include <pwd.h>
#include <ac/unistd.h>