mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
Delaunay Triangulator. Change category from cad to math. Requested by: Pedro F. Giffuni Approved by: marcus
11 lines
421 B
C
11 lines
421 B
C
--- ./showme.c.orig Wed Apr 28 05:13:34 2004
|
|
+++ ./showme.c Sat Oct 16 23:00:09 2004
|
|
@@ -106,6 +106,8 @@
|
|
#include <X11/Xutil.h>
|
|
#include <X11/Xatom.h>
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
/* The following obscenity seems to be necessary to ensure that this program */
|
|
/* will port to Dec Alphas running OSF/1, because their stdio.h file commits */
|
|
/* the unpardonable sin of including stdlib.h. Hence, malloc(), free(), and */
|