mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
99112aca6c
PR: ports/62430 Submitted by: Ports Fury Reviewed by: maintainer timeout (20 days)
9 lines
171 B
C++
9 lines
171 B
C++
--- window.cc.orig Sat May 15 14:20:48 1999
|
|
+++ window.cc Tue Feb 3 23:20:36 2004
|
|
@@ -1,3 +1,5 @@
|
|
+#include <sys/types.h>
|
|
+
|
|
#ifdef DMALLOC
|
|
#include <dmalloc.h>
|
|
#endif
|