From 62bbe58280737d73badbe518f140e40480205176 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 12 Apr 2012 13:51:49 -0400 Subject: [PATCH] status-table.c: include string.h for strcmp. * status-table.c: include string.h to avoid `warning: implicit declaration of function 'strcmp'`. --- src/status-table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status-table.c b/src/status-table.c index 276f70e..8060bdb 100644 --- a/src/status-table.c +++ b/src/status-table.c @@ -24,6 +24,7 @@ #endif #include +#include #include "util.h" -- 2.26.2