From 653b788c5ed9cb91e8a4e3bac71a26115f4c3eb7 Mon Sep 17 00:00:00 2001 From: David Malone Date: Wed, 27 Feb 2002 14:56:58 +0000 Subject: [PATCH] Add missing "#include " for memcmp, noticed by gcc3. --- usr.bin/ctags/C.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #include "ctags.h"