diff options
author | chris <> | 2005-11-29 01:27:48 +0000 |
---|---|---|
committer | chris <> | 2005-11-29 01:27:48 +0000 |
commit | b4528d66d991f09315d81a6c98c6fdeb57ba604e (patch) | |
tree | fca28ecbc65857fdcd31d1ea9878fe1391ccf7d7 | |
parent | b60fe9ceeb44e451b1b33fc78398a2b457ba26e8 (diff) | |
download | iftop-b4528d66d991f09315d81a6c98c6fdeb57ba604e.zip |
_exit(2) in unistd.h on some systems.
-rw-r--r-- | resolver.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include <netdb.h> #include <errno.h> #include <string.h> +#include <unistd.h> #include "ns_hash.h" #include "iftop.h" |