From c24535f0f7164b69d309eb62c36b020568c7e4bd Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 20 Oct 2009 19:30:51 +0200 Subject: [PATCH] build: Include string.h for strcmp() --- cut-n-paste/evinfobar/evinfobar.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.0