mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
f6d58e7b5d
marked as broken as it instals some stuff into the wrong places.
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
--- 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"
|
|
|