diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2002-01-04 23:45:31 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2002-01-04 23:45:31 +0000 |
commit | f7cc723804905190378b54c71aaa2a1daca1b78f (patch) | |
tree | 55b7e3187210c40ce25fd55bc4fcc66c2322ac69 /frontends | |
parent | b41ffe54282b47453162abec868797266cc06936 (diff) | |
download | libgphoto2-f7cc723804905190378b54c71aaa2a1daca1b78f.tar.gz |
Including config.h. Fixed name of DISABLE_DEBUGGING.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3720 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'frontends')
-rw-r--r-- | frontends/command-line/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/command-line/main.h b/frontends/command-line/main.h index cdefaf09b..f4a96a432 100644 --- a/frontends/command-line/main.h +++ b/frontends/command-line/main.h @@ -1,3 +1,4 @@ +#include <config.h> #include <gphoto2.h> /* Make it easy to add command-line options */ @@ -25,7 +26,7 @@ typedef struct { int required; } Option; -#ifndef DISPABLE_DEBUGGING +#ifndef DISABLE_DEBUGGING void cli_debug_print(char *format, ...); #else #define cli_debug_print(format, args...) /**/ |