blob: 1d40bcf585116214833e07cd2dfffa32ae8cfbd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000
@@ -29,7 +29,11 @@
#include <ctype.h>
#include <dirent.h>
#include <math.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>
+#endif
#include <string.h>
#include <sys/types.h>
|