summarylogtreecommitdiffstats
path: root/0007-Added-header-stddef-to-munch-and-unmunch.patch
diff options
context:
space:
mode:
authorSchala2016-09-28 14:37:51 -0700
committerSchala2016-09-28 14:37:51 -0700
commitc763db4c6218df72495a52597b08a945f5e40a50 (patch)
treeace23c15c88015d0fad4b9374eaa011cf1283cb1 /0007-Added-header-stddef-to-munch-and-unmunch.patch
parentca60452d0b398a6038db03a302968962c2eb30ee (diff)
downloadaur-c763db4c6218df72495a52597b08a945f5e40a50.tar.gz
1.4.1
Diffstat (limited to '0007-Added-header-stddef-to-munch-and-unmunch.patch')
-rw-r--r--0007-Added-header-stddef-to-munch-and-unmunch.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0007-Added-header-stddef-to-munch-and-unmunch.patch b/0007-Added-header-stddef-to-munch-and-unmunch.patch
new file mode 100644
index 000000000000..bb9f999e5414
--- /dev/null
+++ b/0007-Added-header-stddef-to-munch-and-unmunch.patch
@@ -0,0 +1,22 @@
+diff -aurN 0006/src/tools/munch.cxx 0007/src/tools/munch.cxx
+--- 0006/src/tools/munch.cxx
++++ 0007/src/tools/munch.cxx
+@@ -47,6 +47,7 @@
+ #include <stdlib.h>
+ #include <stdint.h>
+ #include <stdio.h>
++#include <stddef.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+diff -aurN 0006/src/tools/unmunch.cxx 0007/src/tools/unmunch.cxx
+--- 0006/src/tools/unmunch.cxx
++++ 0007/src/tools/unmunch.cxx
+@@ -49,6 +49,7 @@
+ #include <stdlib.h>
+ #include <stdint.h>
+ #include <stdio.h>
++#include <stddef.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>