aboutsummaryrefslogtreecommitdiff
path: root/extra/pax/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pax/build')
-rwxr-xr-xextra/pax/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pax/build b/extra/pax/build
index 7abd26f0..4c16b29a 100755
--- a/extra/pax/build
+++ b/extra/pax/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-sed -i '1i#include <sys/types.h>' pax.h
+sed -i '1i#include <sys/types.h>' pax.h compat.h
TARGET_OS=Linux \
CC="${CC:-cc}" \