summaryrefslogtreecommitdiff
path: root/camlibs/jd11
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2002-11-29 16:09:58 +0000
committerArnaud Launay <asl@launay.org>2002-11-29 16:09:58 +0000
commit64e420e288873de4b40a1b12e30be6762d15f643 (patch)
treea7fff6f28465a66b3386aa7309afd7a09f839f74 /camlibs/jd11
parent3f87155b46e07e131b5e7ee549389743673cf571 (diff)
downloadlibgphoto2-64e420e288873de4b40a1b12e30be6762d15f643.tar.gz
<config.h> -> "config.h"
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5859 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/jd11')
-rw-r--r--camlibs/jd11/decomp.c2
-rw-r--r--camlibs/jd11/jd11.c2
-rw-r--r--camlibs/jd11/serial.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/camlibs/jd11/decomp.c b/camlibs/jd11/decomp.c
index cf5866ec1..a33b84dd9 100644
--- a/camlibs/jd11/decomp.c
+++ b/camlibs/jd11/decomp.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#include <assert.h>
diff --git a/camlibs/jd11/jd11.c b/camlibs/jd11/jd11.c
index c45c27ab7..d4de0e107 100644
--- a/camlibs/jd11/jd11.c
+++ b/camlibs/jd11/jd11.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/camlibs/jd11/serial.c b/camlibs/jd11/serial.c
index b140247e2..38c2e40a7 100644
--- a/camlibs/jd11/serial.c
+++ b/camlibs/jd11/serial.c
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <assert.h>