From: W. Trevor King Date: Thu, 12 Apr 2012 17:51:49 +0000 (-0400) Subject: status-table.c: include string.h for strcmp. X-Git-Tag: gpgme-1.3.2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62bbe58280737d73badbe518f140e40480205176;p=gpgme.git status-table.c: include string.h for strcmp. * status-table.c: include string.h to avoid `warning: implicit declaration of function 'strcmp'`. --- 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"