aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/m4/files/f13-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/m4/files/f13-compile.patch')
-rw-r--r--recipes/m4/files/f13-compile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/m4/files/f13-compile.patch b/recipes/m4/files/f13-compile.patch
new file mode 100644
index 0000000000..c69241adc5
--- /dev/null
+++ b/recipes/m4/files/f13-compile.patch
@@ -0,0 +1,16 @@
+Index: m4-1.4.14/src/path.c
+===================================================================
+--- m4-1.4.14.orig/src/path.c
++++ m4-1.4.14/src/path.c
+@@ -24,6 +24,11 @@
+
+ #include "m4.h"
+
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <unistd.h>
++
++
+ struct includes
+ {
+ struct includes *next; /* next directory to search */