1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/cad/gwave/files/patch-wavefile.c
Edwin Groothuis 9599d77f5b new port: cad/gwave
Gwave is a waveform viewer. Its purpose is for viewing
	analog data, such as the output from Spice-like simulations.

PR:		ports/39364
Submitted by:	Duncan Barclay <dmlb@dmlb.org>
2003-01-19 00:35:38 +00:00

11 lines
282 B
C

--- spicefile/wavefile.c~ Sun Jun 16 12:16:05 2002
+++ spicefile/wavefile.c Sun Jun 16 12:01:26 2002
@@ -32,6 +32,7 @@
#ifdef HAVE_POSIX_REGEXP
+#include <sys/types.h>
#include <regex.h>
#define REGEXP_T regex_t
#define regexp_test(c,s) (regexec((c), (s), 0, NULL, 0) == 0)