diff options
Diffstat (limited to 'archivers/bitbox/files/patch-bitbox.c')
-rw-r--r-- | archivers/bitbox/files/patch-bitbox.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/bitbox/files/patch-bitbox.c b/archivers/bitbox/files/patch-bitbox.c new file mode 100644 index 000000000000..5864460df26b --- /dev/null +++ b/archivers/bitbox/files/patch-bitbox.c @@ -0,0 +1,12 @@ +--- bitbox.c.orig Mon Apr 2 02:26:37 2001 ++++ bitbox.c Mon Apr 9 01:44:53 2001 +@@ -36,7 +36,8 @@ + #include <errno.h> + + /* Needed for the size-invariant integer types, like int32_t. */ +-#include <stdint.h> ++/* #include <stdint.h> */ ++#include <sys/types.h> + + /* We're not doing any networking, but we need the endian-swapping + macros, like htonl(). */ |