diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-21 09:35:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-21 09:35:05 +0000 |
commit | f7322ffadffea76a9b94c905bab65d84f5011868 (patch) | |
tree | 8e0ad4ff88e1287091ef0cbac7db0765ef63f99e /graphics/gts | |
parent | 6794a97e3cce140ec73bed4c1a98ec127e8e824a (diff) | |
download | ports-f7322ffadffea76a9b94c905bab65d84f5011868.tar.gz ports-f7322ffadffea76a9b94c905bab65d84f5011868.zip |
add missing header files
Noted by: kris
Notes
Notes:
svn path=/head/; revision=70652
Diffstat (limited to 'graphics/gts')
-rw-r--r-- | graphics/gts/files/patch-isotetra.c | 10 | ||||
-rw-r--r-- | graphics/gts/files/patch-stl2gts.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gts/files/patch-isotetra.c b/graphics/gts/files/patch-isotetra.c new file mode 100644 index 000000000000..65c6ffdd09c1 --- /dev/null +++ b/graphics/gts/files/patch-isotetra.c @@ -0,0 +1,10 @@ +--- src/isotetra.c.orig Thu Nov 21 16:27:11 2002 ++++ src/isotetra.c Thu Nov 21 16:27:34 2002 +@@ -18,6 +18,7 @@ + */ + + #include <math.h> ++#include <string.h> + #include <gts.h> + #ifdef NATIVE_WIN32 + # include <memory.h> diff --git a/graphics/gts/files/patch-stl2gts.c b/graphics/gts/files/patch-stl2gts.c new file mode 100644 index 000000000000..1f9eb205e0e1 --- /dev/null +++ b/graphics/gts/files/patch-stl2gts.c @@ -0,0 +1,10 @@ +--- tools/stl2gts.c.orig Thu Nov 21 16:30:54 2002 ++++ tools/stl2gts.c Thu Nov 21 16:31:06 2002 +@@ -19,6 +19,7 @@ + + #include <math.h> + #include <stdlib.h> ++#include <string.h> + #include "config.h" + #ifdef HAVE_GETOPT_H + # include <getopt.h> |