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 /test/l2test.c | |
parent | 747bc0b292ee5655ef2695c4e8e18f55c4037567 (diff) |
Don't forget to include getopt.h
Diffstat (limited to 'test/l2test.c')
-rw-r--r-- | test/l2test.c | 1 |
1 files changed, 1 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> |