summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>1998-10-23 04:39:38 +0000
committerChris Toshok <toshok@src.gnome.org>1998-10-23 04:39:38 +0000
commit275373f9352d71ef5170a0c6ee3980081e825260 (patch)
treeae7ab8018b246233728293ac47e86537db8319a1
parent0485e9f4eb810b50f50623c1981e621df3fc0fa9 (diff)
downloadnautilus-275373f9352d71ef5170a0c6ee3980081e825260.tar.gz
freebsd needs there to be #include <sys/types.h> before regex.h
-rw-r--r--components/help/converters/gnome-info2html2/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/help/converters/gnome-info2html2/utils.c b/components/help/converters/gnome-info2html2/utils.c
index 5de48791f..691372219 100644
--- a/components/help/converters/gnome-info2html2/utils.c
+++ b/components/help/converters/gnome-info2html2/utils.c
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <string.h>
+#include <sys/types.h>
#include <regex.h>
#include <glib.h>