mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
9a7d425edd
and 2 other patches from redhat
25 lines
643 B
Diff
25 lines
643 B
Diff
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"
|
|
|