diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-02-27 14:56:58 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-02-27 14:56:58 +0000 |
| commit | 653b788c5ed9cb91e8a4e3bac71a26115f4c3eb7 (patch) | |
| tree | 87ac9aa4eb2ecbaa130083cc4139eed38bd62e16 /usr.bin | |
| parent | 713904f0f0c9ed8ea1414ffd5fc2a2f4838877e5 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ctags/C.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index ad7925428080..8d9e178cbd3b 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <stdio.h> +#include <string.h> #include "ctags.h" |
