diff options
Diffstat (limited to 'plugins/common.h.in')
-rw-r--r-- | plugins/common.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common.h.in b/plugins/common.h.in index 535ae4a0..48e7f6f4 100644 --- a/plugins/common.h.in +++ b/plugins/common.h.in @@ -66,9 +66,9 @@ #include <signal.h> #endif -/* #ifdef HAVE_GETOPT_H */ +/* TODO: define can be removed when all ifdef in each plugin has been removed */ +#define HAVE_GETOPT_H #include <getopt.h> -/* #endif */ #include <ctype.h> |