mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Jun 21 20:48:29 2000
|
|
+++ mime-type-capplet/nautilus-mime-type-capplet.c Wed Jul 5 15:17:57 2000
|
|
@@ -28,7 +28,11 @@
|
|
#include <config.h>
|
|
#include <ctype.h>
|
|
#include <dirent.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <gnuregex.h>
|
|
+#else
|
|
#include <regex.h>
|
|
+#endif
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
|