changeset 39:caef08851d58 src

Add #include for config.h. Several preprocessor definitions were used without config.h being present. This would break the build if the definitions were not provided on the compiler command line.
author diego
date Tue, 05 May 2009 17:27:14 +0000
parents 9f1804080f76
children ce7056d60f01
files dvd_input.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dvd_input.c	Tue Apr 28 13:26:33 2009 +0000
+++ b/dvd_input.c	Tue May 05 17:27:14 2009 +0000
@@ -24,6 +24,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 
+#include "config.h"
 #include "dvdread/dvd_reader.h"
 #include "dvd_input.h"