diff options
-rw-r--r-- | devel/elftoaout/files/patch-aa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/elftoaout/files/patch-aa b/devel/elftoaout/files/patch-aa index b351f87889b8..f8555266639a 100644 --- a/devel/elftoaout/files/patch-aa +++ b/devel/elftoaout/files/patch-aa @@ -1,11 +1,12 @@ --- elftoaout.c~ Thu Jul 10 16:48:06 1997 +++ elftoaout.c Fri Jul 3 09:36:09 1998 -@@ -9,7 +9,15 @@ +@@ -9,7 +9,16 @@ #include <linux/elf.h> #define ELFDATA2MSB 2 #else -#include <sys/elf.h> +#include <elf.h> ++#include <sys/elf32.h> +#include <sys/elf64.h> +#endif + |