diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-28 17:24:40 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-28 17:24:40 +0000 |
commit | 5481f007aa304a6f5f4531a243e146f9075dc17f (patch) | |
tree | db784735c0dbb95bdedf4d14bdf47b0954b5575d | |
parent | 747bc0b292ee5655ef2695c4e8e18f55c4037567 (diff) |
Don't forget to include getopt.h
-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> |