blob: c69241adc50d6ee86890acae6e69ed56565e571b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */
|