1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/siag/files/patch-aa

11 lines
232 B
Plaintext
Raw Normal View History

--- siod/regex.c.orig Sun Mar 7 10:47:50 1999
+++ siod/regex.c Sun Mar 7 10:48:02 1999
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <regex.h>
#include "siod.h"
1998-02-28 03:38:33 +00:00