diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-07-29 15:03:19 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-07-29 15:03:19 +0000 |
commit | d44caf81b064bf1cfcb4cc4d26378a80375bbb77 (patch) | |
tree | abee1b4637c8c278a52ac2c725561331a39387e8 /user/pax/needed-header.patch | |
parent | 763b7f5ddc29219163d98aa435edd769f996d467 (diff) | |
download | packages-d44caf81b064bf1cfcb4cc4d26378a80375bbb77.tar.gz packages-d44caf81b064bf1cfcb4cc4d26378a80375bbb77.tar.bz2 packages-d44caf81b064bf1cfcb4cc4d26378a80375bbb77.tar.xz packages-d44caf81b064bf1cfcb4cc4d26378a80375bbb77.zip |
user/pax: finish writing build
Diffstat (limited to 'user/pax/needed-header.patch')
-rw-r--r-- | user/pax/needed-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/pax/needed-header.patch b/user/pax/needed-header.patch new file mode 100644 index 000000000..c91d4dafa --- /dev/null +++ b/user/pax/needed-header.patch @@ -0,0 +1,11 @@ +--- pax/pax.h.old 2016-10-25 19:05:17.000000000 +0000 ++++ pax/pax.h 2017-07-29 14:52:09.258899166 +0000 +@@ -41,6 +41,8 @@ + #ifndef MIRCPIO_PAX_H + #define MIRCPIO_PAX_H "$MirOS: src/bin/pax/pax.h,v 1.17 2016/10/25 19:04:26 tg Exp $" + ++#include <sys/types.h> ++ + /* + * BSD PAX global data structures and constants. + */ |