summaryrefslogtreecommitdiffstats
path: root/test/scotest.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-01-28 17:24:40 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-01-28 17:24:40 +0000
commit5481f007aa304a6f5f4531a243e146f9075dc17f (patch)
treedb784735c0dbb95bdedf4d14bdf47b0954b5575d /test/scotest.c
parent747bc0b292ee5655ef2695c4e8e18f55c4037567 (diff)
Don't forget to include getopt.h
Diffstat (limited to 'test/scotest.c')
-rw-r--r--test/scotest.c1
1 files changed, 1 insertions, 0 deletions
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>