From: Christian Persch Date: Tue, 20 Oct 2009 17:30:51 +0000 (+0200) Subject: build: Include string.h for strcmp() X-Git-Tag: EVINCE_2_29_1~38 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;ds=sidebyside;h=c24535f0f7164b69d309eb62c36b020568c7e4bd;p=evince.git build: Include string.h for strcmp() --- diff --git a/cut-n-paste/evinfobar/evinfobar.c b/cut-n-paste/evinfobar/evinfobar.c index 3e466587..e94aaecf 100644 --- a/cut-n-paste/evinfobar/evinfobar.c +++ b/cut-n-paste/evinfobar/evinfobar.c @@ -32,6 +32,7 @@ #include "config.h" #include +#include #include "evinfobar.h"