1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Try to unbreak the build on -current.

This commit is contained in:
Jean-Marc Zucconi 2002-11-19 00:17:53 +00:00
parent a4e9ac80fd
commit 0f55a3dc53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70441

View File

@ -0,0 +1,10 @@
--- c++tk/c++tk.h~ Thu Sep 25 03:43:24 1997
+++ c++tk/c++tk.h Tue Nov 19 01:14:24 2002
@@ -31,6 +31,7 @@
#define __CXXTK_H__
#include <stdlib.h> // for free()
+#include <string.h>
extern int TkError;