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:
parent
2a9d7416f5
commit
fe894c6f20
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue