r1173 - trunk/libdvdread/src/dvd_input.c
5 May
2009
5 May
'09
11:27 a.m.
Author: diego Date: Tue May 5 19:27:14 2009 New Revision: 1173 Log: 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. Modified: trunk/libdvdread/src/dvd_input.c Modified: trunk/libdvdread/src/dvd_input.c ============================================================================== --- trunk/libdvdread/src/dvd_input.c Tue Apr 28 15:26:33 2009 (r1172) +++ trunk/libdvdread/src/dvd_input.c Tue May 5 19:27:14 2009 (r1173) @@ -24,6 +24,7 @@ #include <fcntl.h> #include <unistd.h> +#include "config.h" #include "dvdread/dvd_reader.h" #include "dvd_input.h"
6310
Age (days ago)
6310
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego