27f06c66dc
Manipulate the file headers in tar archive files in various ways
10 lines
247 B
C++
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>
|