summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-03-15 22:23:28 +0100
committerMarcus Meissner <marcus@jet.franken.de>2017-03-15 22:23:28 +0100
commit304dbdb6585aff05ed8185d5789bdd31c12e871d (patch)
tree09b69c14b1238404e75e2b01d0277f2a74a0ae18
parentc8a91a5e0ed4406c3f37985e1b55c919c13a8d33 (diff)
downloadlibgphoto2-304dbdb6585aff05ed8185d5789bdd31c12e871d.tar.gz
LIBPGHOTO should be LIBGPHOTO2 and correct the header file
-rw-r--r--camlibs/pentax/pslr_scsi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/pentax/pslr_scsi.h b/camlibs/pentax/pslr_scsi.h
index 2dc8250c7..ca09b312a 100644
--- a/camlibs/pentax/pslr_scsi.h
+++ b/camlibs/pentax/pslr_scsi.h
@@ -39,8 +39,8 @@ extern void write_debug( const char* message, ... );
#include <android/log.h>
#define DPRINT(...) __android_log_print(ANDROID_LOG_DEBUG, "PkTriggerCord", __VA_ARGS__)
#else
-#ifdef LIBGPHOTO
-#include <gphoto2/gphoto2-log.h>
+#ifdef LIBGPHOTO2
+#include <gphoto2/gphoto2-library.h>
#define DPRINT(x...) gp_log (GP_LOG_DEBUG, "pentax", x)
#else
#define DPRINT(x...) write_debug(x)