Magellan Linux

Contents of /trunk/m4/patches/m4-1.4.14-fix-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1074 - (show annotations) (download)
Tue Aug 17 13:45:40 2010 UTC (13 years, 8 months ago) by niro
File size: 293 byte(s)
-fix includes

1 diff -Naur a/src/m4.h b/src/m4.h
2 --- a/src/m4.h 2010-06-16 15:09:25.926731245 +0000
3 +++ b/src/m4.h 2010-06-16 15:20:05.120422787 +0000
4 @@ -33,6 +33,7 @@
5 #include <stdint.h>
6 #include <string.h>
7 #include <sys/types.h>
8 +#include <sys/stat.h>
9
10 #include "binary-io.h"
11 #include "clean-temp.h"