1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/gts/files/patch-stl2gts.c
Ying-Chieh Liao f7322ffadf add missing header files
Noted by:	kris
2002-11-21 09:35:05 +00:00

11 lines
242 B
C

--- 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>