m4: add patch to fix build with glibc-2.12.

This commit is contained in:
Juan RP 2010-05-10 10:56:22 +02:00
parent d4441c94d3
commit 136224389c

View file

@ -0,0 +1,13 @@
--- src/path.c.orig 2010-05-10 10:53:12.000000000 +0200
+++ src/path.c 2010-05-10 10:54:06.000000000 +0200
@@ -24,6 +24,10 @@
#include "m4.h"
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+
struct includes
{
struct includes *next; /* next directory to search */