mirror of https://github.com/GNOME/gimp.git
<sys/types.h> before <sys/stat.h>
This commit is contained in:
parent
aef2a0331a
commit
d93ea4d8c2
|
@ -66,8 +66,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue