blob: 5976969af5f1a573d1aa4266e1eae147f5df3e73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- dvdvml.c.orig 2012-08-19 21:41:52.000000000 -0700
+++ dvdvml.c 2015-06-09 15:28:51.780584903 -0700
@@ -626,6 +626,7 @@
* USA
*/
+#include "config.h"
#include "compat.h" /* needed for bool */
#include "dvdvm.h"
#include "dvdvmy.h"
--- dvdvmy.c.orig 2012-08-19 21:41:52.000000000 -0700
+++ dvdvmy.c 2015-06-09 15:29:01.924584741 -0700
@@ -96,6 +96,7 @@
* USA
*/
+#include "config.h"
#include "compat.h" /* needed for bool */
#include "dvdvm.h"
|