summaryrefslogtreecommitdiffstats
path: root/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
blob: af6956c8c559493ace9dc9498e7890c3cf389d83 (plain)
1
2
3
4
5
6
7
8
9
10
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