diff options
Diffstat (limited to 'sys/qcam')
-rw-r--r-- | sys/qcam/dark.c | 4 | ||||
-rw-r--r-- | sys/qcam/exposure.c | 4 | ||||
-rw-r--r-- | sys/qcam/gstqcamsrc.h | 1 | ||||
-rw-r--r-- | sys/qcam/qcam-Linux.c | 3 | ||||
-rw-r--r-- | sys/qcam/qcam-lib.c | 4 | ||||
-rw-r--r-- | sys/qcam/qcam-os.c | 3 |
6 files changed, 18 insertions, 1 deletions
diff --git a/sys/qcam/dark.c b/sys/qcam/dark.c index 15dbbb4e..70acf979 100644 --- a/sys/qcam/dark.c +++ b/sys/qcam/dark.c @@ -38,6 +38,10 @@ OTHER DEALINGS IN THE SOFTWARE. establishing shots need only be done once per camera. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <string.h> #include <assert.h> diff --git a/sys/qcam/exposure.c b/sys/qcam/exposure.c index 66574f32..b393bdb7 100644 --- a/sys/qcam/exposure.c +++ b/sys/qcam/exposure.c @@ -36,6 +36,10 @@ SOFTWARE. ******************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include "qcam.h" #include "qcamip.h" diff --git a/sys/qcam/gstqcamsrc.h b/sys/qcam/gstqcamsrc.h index de884d4d..0bd201c8 100644 --- a/sys/qcam/gstqcamsrc.h +++ b/sys/qcam/gstqcamsrc.h @@ -22,7 +22,6 @@ #define __GST_QCAMSRC_H__ -#include <config.h> #include <gst/gst.h> #ifdef __cplusplus diff --git a/sys/qcam/qcam-Linux.c b/sys/qcam/qcam-Linux.c index f6383e01..e73933d9 100644 --- a/sys/qcam/qcam-Linux.c +++ b/sys/qcam/qcam-Linux.c @@ -29,6 +29,9 @@ OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <stdio.h> #include <unistd.h> diff --git a/sys/qcam/qcam-lib.c b/sys/qcam/qcam-lib.c index f3b49fb0..cacd5d08 100644 --- a/sys/qcam/qcam-lib.c +++ b/sys/qcam/qcam-lib.c @@ -33,6 +33,10 @@ OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sys/qcam/qcam-os.c b/sys/qcam/qcam-os.c index f6383e01..e73933d9 100644 --- a/sys/qcam/qcam-os.c +++ b/sys/qcam/qcam-os.c @@ -29,6 +29,9 @@ OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <stdio.h> #include <unistd.h> |