summaryrefslogtreecommitdiffstats
path: root/plugins/common.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common.h.in')
-rw-r--r--plugins/common.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common.h.in b/plugins/common.h.in
index 535ae4a..48e7f6f 100644
--- a/plugins/common.h.in
+++ b/plugins/common.h.in
@@ -66,9 +66,9 @@
66#include <signal.h> 66#include <signal.h>
67#endif 67#endif
68 68
69/* #ifdef HAVE_GETOPT_H */ 69/* TODO: define can be removed when all ifdef in each plugin has been removed */
70#define HAVE_GETOPT_H
70#include <getopt.h> 71#include <getopt.h>
71/* #endif */
72 72
73#include <ctype.h> 73#include <ctype.h>
74 74