mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
10 lines
224 B
C++
10 lines
224 B
C++
--- 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>
|