summaryrefslogtreecommitdiffstats
path: root/libraries/iniparser/patches/fixup_dictionary.h_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/iniparser/patches/fixup_dictionary.h_include.patch')
-rw-r--r--libraries/iniparser/patches/fixup_dictionary.h_include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/iniparser/patches/fixup_dictionary.h_include.patch b/libraries/iniparser/patches/fixup_dictionary.h_include.patch
new file mode 100644
index 0000000000..c41e677831
--- /dev/null
+++ b/libraries/iniparser/patches/fixup_dictionary.h_include.patch
@@ -0,0 +1,12 @@
+diff -Nur iniparser-2.17.orig//src/iniparser.h iniparser-2.17/src/iniparser.h
+--- iniparser-2.17.orig//src/iniparser.h 2006-09-27 06:03:35.000000000 -0500
++++ iniparser-2.17/src/iniparser.h 2010-11-27 20:17:54.230042402 -0600
+@@ -34,7 +34,7 @@
+ */
+ /* #include <unistd.h> */
+
+-#include "dictionary.h"
++#include <iniparser/dictionary.h>
+
+ /*-------------------------------------------------------------------------*/
+ /**