From f4fe0dcb874689001c9d6332e9be1e993663f4e6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 9 Jun 2003 06:19:15 +0000 Subject: [PATCH] include string.h for memcmp declearation --- usr.sbin/apmd/apmdparse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/apmd/apmdparse.y b/usr.sbin/apmd/apmdparse.y index f0acea32b508..7ae7f49e81f8 100644 --- a/usr.sbin/apmd/apmdparse.y +++ b/usr.sbin/apmd/apmdparse.y @@ -33,6 +33,7 @@ #include #include #include +#include #include "apmd.h" #ifdef DEBUG