[evince] build: Include string.h for strcmp()



commit c24535f0f7164b69d309eb62c36b020568c7e4bd
Author: Christian Persch <chpe gnome org>
Date:   Tue Oct 20 19:30:51 2009 +0200

    build: Include string.h for strcmp()

 cut-n-paste/evinfobar/evinfobar.c |    1 +
 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"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]