summary refs log tree commit diff
path: root/pkgs/applications/video/dvdauthor/dvdauthor-0.7.1-mga-strndup.patch
blob: 5f77a68081a4558827272788b73365fd6917c2d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: dvdauthor/src/dvdvml.l
===================================================================
--- dvdauthor/src/dvdvml.l
+++ dvdauthor/src/dvdvml.l      2014-09-14 19:36:05.098847465 +0000
@@ -19,6 +19,7 @@
  * USA
  */
 
+#include "config.h"
 #include "compat.h" /* needed for bool */
 #include "dvdvm.h"
 #include "dvdvmy.h"
Index: dvdauthor/src/dvdvmy.y
===================================================================
--- dvdauthor/src/dvdvmy.y
+++ dvdauthor/src/dvdvmy.y      2014-09-14 19:36:28.251618378 +0000
@@ -19,6 +19,7 @@
  * USA
  */
 
+#include "config.h"
 #include "compat.h" /* needed for bool */
 #include "dvdvm.h"