[anjuta] symbol-db: fixed bgo#605306 - Add missing include to fix build



commit cde7d6fb3394a8ab229944ac2dfc7088d131e9a0
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Dec 23 22:53:07 2009 +0100

    symbol-db: fixed bgo#605306 -  Add missing include to fix build

 plugins/symbol-db/anjuta-tags/gir.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/symbol-db/anjuta-tags/gir.c b/plugins/symbol-db/anjuta-tags/gir.c
index bb1e30e..569556c 100644
--- a/plugins/symbol-db/anjuta-tags/gir.c
+++ b/plugins/symbol-db/anjuta-tags/gir.c
@@ -5,6 +5,7 @@
 #include "parse.h"
 #include "read.h"
 #include "routines.h"
+#include "string.h"
 #include "vstring.h"
 #include <glib.h>
 #include <assert.h>



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