commit | fcaf13c88b40e0e2b7be4808e53630149564a621 | [log] [tgz] |
---|---|---|
author | Denton Gentry <dgentry@google.com> | Sun Jun 12 06:34:11 2011 -0700 |
committer | Denton Gentry <dgentry@google.com> | Sun Jun 12 06:34:11 2011 -0700 |
tree | f478ccd8ba8025e27805523bda208d68c2bb3bb6 | |
parent | f49b516fe17c658f20adb2d4dc95c9e113b2077e [diff] |
include string.h to fix a compiler warning.
diff --git a/netstat.c b/netstat.c index 5768599..9f96675 100644 --- a/netstat.c +++ b/netstat.c
@@ -32,6 +32,7 @@ #include <arpa/inet.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/socket.h> #include <sys/types.h>