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>.
This commit is contained in:
Maciej Stachowiak 2000-08-09 06:19:30 +00:00
parent 2a9d7416f5
commit fe894c6f20

View file

@ -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>