Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evinfobar/evinfobar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-10-20 17:30:51 (GMT)
committer Christian Persch <chpe@gnome.org>2009-10-20 17:30:51 (GMT)
commitc24535f0f7164b69d309eb62c36b020568c7e4bd (patch)
treeba8eb9534eea42f26bfda88918b5ea0d06d14403 /cut-n-paste/evinfobar/evinfobar.c
parent5f1666c63fdd1e93034083e7919453e47e0c5702 (diff)
build: Include string.h for strcmp()
Diffstat (limited to 'cut-n-paste/evinfobar/evinfobar.c')
-rw-r--r--cut-n-paste/evinfobar/evinfobar.c1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
+#include <string.h>
#include "evinfobar.h"