diff options
-rw-r--r-- | test/l2test.c | 1 | ||||
-rw-r--r-- | test/rctest.c | 1 | ||||
-rw-r--r-- | test/scotest.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/l2test.c b/test/l2test.c index 70b7b1fa..5857b13d 100644 --- a/test/l2test.c +++ b/test/l2test.c @@ -37,6 +37,7 @@ #include <ctype.h> #include <unistd.h> #include <stdlib.h> +#include <getopt.h> #include <syslog.h> #include <signal.h> #include <sys/time.h> diff --git a/test/rctest.c b/test/rctest.c index 06ccf6ec..8c76859f 100644 --- a/test/rctest.c +++ b/test/rctest.c @@ -36,6 +36,7 @@ #include <ctype.h> #include <unistd.h> #include <stdlib.h> +#include <getopt.h> #include <syslog.h> #include <signal.h> #include <sys/time.h> diff --git a/test/scotest.c b/test/scotest.c index 59278460..6447eab4 100644 --- a/test/scotest.c +++ b/test/scotest.c @@ -36,6 +36,7 @@ #include <ctype.h> #include <unistd.h> #include <stdlib.h> +#include <getopt.h> #include <syslog.h> #include <signal.h> #include <sys/time.h> |