summaryrefslogtreecommitdiff
path: root/camlibs/digita
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2002-01-25 05:56:57 +0000
committerDan Fandrich <dan@coneharvesters.com>2002-01-25 05:56:57 +0000
commit8b28444d039e5e9d8e34eea6eb49b47f10882839 (patch)
treef992629bfa4ffceb21a6c03f5571f6e717b0fb73 /camlibs/digita
parent11f1fffc230a0088d745268d8ad7886a8d65bec2 (diff)
downloadlibgphoto2-8b28444d039e5e9d8e34eea6eb49b47f10882839.tar.gz
Added include of config.h before include of gphoto2 header files
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4006 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/digita')
-rw-r--r--camlibs/digita/commands.c2
-rw-r--r--camlibs/digita/serial.c2
-rw-r--r--camlibs/digita/usb.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/camlibs/digita/commands.c b/camlibs/digita/commands.c
index 01882965f..90336ce69 100644
--- a/camlibs/digita/commands.c
+++ b/camlibs/digita/commands.c
@@ -21,6 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/camlibs/digita/serial.c b/camlibs/digita/serial.c
index 5bd11ce5c..f440f63dc 100644
--- a/camlibs/digita/serial.c
+++ b/camlibs/digita/serial.c
@@ -21,6 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/camlibs/digita/usb.c b/camlibs/digita/usb.c
index 6cfbd4ccf..3b645aee0 100644
--- a/camlibs/digita/usb.c
+++ b/camlibs/digita/usb.c
@@ -21,6 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>