Fix build with GCC 3.4.2.

Reported by:	pointyhat
This commit is contained in:
Joe Marcus Clarke 2004-08-14 00:45:45 +00:00
parent 6b0314e72a
commit 7c45a1e3db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116166

View File

@ -0,0 +1,10 @@
--- symbol-browser-control/symbol-browser.c.orig Fri Aug 13 20:41:15 2004
+++ symbol-browser-control/symbol-browser.c Fri Aug 13 20:41:42 2004
@@ -28,6 +28,7 @@
#include <gtk/gtktreeview.h>
#include <sys/stat.h>
#include <dirent.h>
+#include <string.h>
#include <tm_project.h>
#include <tm_tagmanager.h>