summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-08-09 06:19:30 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-08-09 06:19:30 +0000
commitfe894c6f20178ca0c9c1b8143c615fd2aecdeaad (patch)
treec320e841b3d1a34641c786bc4df0660f650e6bb9 /capplets
parent2a9d7416f59e92e5a91b96522258aa58637ceb1b (diff)
downloadgnome-control-center-fe894c6f20178ca0c9c1b8143c615fd2aecdeaad.tar.gz
Move include of sys/types.h above include of regex.h to fix building on
* mime-type-capplet/nautilus-mime-type-capplet.c: Move include of sys/types.h above include of regex.h to fix building on FreeBSD. Fix from Bill Huey <billh@gnuppy.monkey.org>.
Diffstat (limited to 'capplets')
-rw-r--r--capplets/file-types/file-types-capplet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/file-types/file-types-capplet.c b/capplets/file-types/file-types-capplet.c
index e86383e08..811a67e9b 100644
--- a/capplets/file-types/file-types-capplet.c
+++ b/capplets/file-types/file-types-capplet.c
@@ -29,9 +29,9 @@
#include <ctype.h>
#include <dirent.h>
#include <math.h>
+#include <sys/types.h>
#include <regex.h>
#include <string.h>
-#include <sys/types.h>
#include <capplet-widget.h>
#include <gdk-pixbuf/gdk-pixbuf.h>