diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 16:22:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 16:22:51 +0000 |
commit | 27336adf1c675fd75475351de6b7f627a9a4b6c1 (patch) | |
tree | 0b9648738ac0f0e2e99edeee309cc95a3f34b5a2 /archivers/dact/patches | |
parent | 240250eba8d09abd18fc2037c542678c4bde6dc2 (diff) | |
download | pkgsrc-27336adf1c675fd75475351de6b7f627a9a4b6c1.tar.gz |
Also include <sys/types.h> in case neither <stdint.h> nor <inttypes.h> exist.
Fixes build on Interix.
Diffstat (limited to 'archivers/dact/patches')
-rw-r--r-- | archivers/dact/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/dact/patches/patch-ab b/archivers/dact/patches/patch-ab new file mode 100644 index 00000000000..ab59d2ba00c --- /dev/null +++ b/archivers/dact/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/01/24 16:22:51 tv Exp $ + +--- dact.h.orig 2005-01-24 11:16:06.000000000 -0500 ++++ dact.h +@@ -80,6 +80,7 @@ + #include "strsep.h" + #endif + ++#include <sys/types.h> + #ifdef HAVE_STDINT_H + #include <stdint.h> + #endif |