aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 7e42a49..d33a924 100644
--- a/common.h
+++ b/common.h
@@ -5,6 +5,10 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+
+#ifdef main
+# define LIBSIMPLY_CONFIG_MULTICALL_BINARY
+#endif
#include <libsimple-arg.h>