summaryrefslogtreecommitdiffstats
path: root/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch')
-rw-r--r--abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch b/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
new file mode 100644
index 0000000..af6956c
--- /dev/null
+++ b/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
@@ -0,0 +1,11 @@
+--- src/compat.h.orig 2014-12-04 00:12:12.454643812 +0000
++++ src/compat.h 2014-12-04 00:13:03.341422817 +0000
+@@ -1,6 +1,8 @@
+ // basic headers
+ #define _GNU_SOURCE /* really just for strndup */
+
++#include "config.h"
++
+ #ifdef HAVE_STDBOOL_H
+ # include <stdbool.h>
+ #else