comparison dvd_input.c @ 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
comparison
equal deleted inserted replaced
38:9f1804080f76 39:caef08851d58
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #include <fcntl.h> 24 #include <fcntl.h>
25 #include <unistd.h> 25 #include <unistd.h>
26 26
27 #include "config.h"
27 #include "dvdread/dvd_reader.h" 28 #include "dvdread/dvd_reader.h"
28 #include "dvd_input.h" 29 #include "dvd_input.h"
29 30
30 31
31 /* The function pointers that is the exported interface of this file. */ 32 /* The function pointers that is the exported interface of this file. */