mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
9599d77f5b
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>
11 lines
282 B
C
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)
|