summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-05-07 12:06:29 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-05-07 12:06:29 +0000
commitabeb034f10f16302b324dde1ef3f704a6f31380a (patch)
tree4f4e7dc4c7557e254668ef71d3a00b4638f9c946 /libgphoto2
parent8c6d8fd5458e52cb1e6a0d4c27908134f59642ad (diff)
downloadlibgphoto2-abeb034f10f16302b324dde1ef3f704a6f31380a.tar.gz
2002-05-07 Lutz M�ller <lutz@users.sourceforge.net>
* acconfig.h: #undef HAVE_PTHREAD * configure.in: Check for pthread. * frontends/command-line: Support for gp_camera_set_timeout_funcs. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4496 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/gphoto2-camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-camera.c b/libgphoto2/gphoto2-camera.c
index 4be249e39..71d7f8a21 100644
--- a/libgphoto2/gphoto2-camera.c
+++ b/libgphoto2/gphoto2-camera.c
@@ -30,7 +30,7 @@
#include <stdio.h>
#ifdef HAVE_LTDL
-#include <ltdl.h>
+# include <ltdl.h>
#endif
#include "gphoto2-context.h"