blob: f9b4722a6603d26c64a6a1bdc54772b27ed9ee4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- tcltk.cc.orig Mon Jan 12 18:25:11 2004
+++ tcltk.cc Tue Feb 3 23:18:41 2004
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
+#include <sys/types.h>
#ifdef DMALLOC
#include <dmalloc.h>
|