summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdw <>2004-08-09 20:41:57 +0000
committerpdw <>2004-08-09 20:41:57 +0000
commit42e3e8e43ac16233cf95b059ddb8b1857d5881c9 (patch)
tree66c54a08c77ba72938edb450949ec69aa6ca0249
parentd5cdd96df50e34df92db5706e4264e67fc0da7d3 (diff)
downloadiftop-42e3e8e43ac16233cf95b059ddb8b1857d5881c9.zip
Added include sys/types.h to keep FreeBSD happy.
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 2113773..d6b64ea 100644
--- a/options.h
+++ b/options.h
@@ -6,6 +6,7 @@
#ifndef __OPTIONS_H_ /* include guard */
#define __OPTIONS_H_
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>