From c24535f0f7164b69d309eb62c36b020568c7e4bd Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 20 Oct 2009 17:30:51 +0000 Subject: build: Include string.h for strcmp() --- (limited to 'cut-n-paste') diff --git a/cut-n-paste/evinfobar/evinfobar.c b/cut-n-paste/evinfobar/evinfobar.c index 3e46658..e94aaec 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" -- cgit v0.9.1