diff options
author | pdw <> | 2004-08-09 20:41:57 +0000 |
---|---|---|
committer | pdw <> | 2004-08-09 20:41:57 +0000 |
commit | 42e3e8e43ac16233cf95b059ddb8b1857d5881c9 (patch) | |
tree | 66c54a08c77ba72938edb450949ec69aa6ca0249 | |
parent | d5cdd96df50e34df92db5706e4264e67fc0da7d3 (diff) | |
download | iftop-42e3e8e43ac16233cf95b059ddb8b1857d5881c9.zip |
Added include sys/types.h to keep FreeBSD happy.
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |