blob: 5c3d31367cb1d75e005d00ded46fa443ef72a04b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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;
|