diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2013-03-06 18:45:11 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2013-03-06 18:45:11 +0000 |
| commit | db42ae5a268098b5db490d7588558eae31014cbf (patch) | |
| tree | a2c330851857356c89d20a160742df87a3d6a59d /tools | |
| parent | ac42d84aa6bafb6e2365fd4ca55697925e43f3b3 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/cxgbetool/cxgbetool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/cxgbetool/cxgbetool.c b/tools/tools/cxgbetool/cxgbetool.c index 39e737604dd7..32f6d2694b89 100644 --- a/tools/tools/cxgbetool/cxgbetool.c +++ b/tools/tools/cxgbetool/cxgbetool.c @@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$"); #include <stdint.h> #include <stdlib.h> #include <unistd.h> +#include <ctype.h> #include <errno.h> #include <err.h> #include <fcntl.h> |
