diff options
Diffstat (limited to 'archivers/ha/patches/patch-nix_machine.h')
-rw-r--r-- | archivers/ha/patches/patch-nix_machine.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/ha/patches/patch-nix_machine.h b/archivers/ha/patches/patch-nix_machine.h new file mode 100644 index 00000000000..3ad4e1da26a --- /dev/null +++ b/archivers/ha/patches/patch-nix_machine.h @@ -0,0 +1,12 @@ +$NetBSD: patch-nix_machine.h,v 1.1 2013/09/18 20:58:36 asau Exp $ + +--- nix/machine.h.orig 1995-01-12 07:45:22.000000000 +0000 ++++ nix/machine.h +@@ -19,6 +19,7 @@ + HA *nix specific include file + ***********************************************************************/ + ++#include <string.h> + #include <unistd.h> + #include <fcntl.h> + #include <sys/stat.h> |