#include <sys/types.h>, just for case
This commit is contained in:
parent
ecbb1c0d06
commit
a36db404ab
@ -22,6 +22,7 @@
|
||||
#include "mooutils/mooglade.h"
|
||||
#include "mooutils/moodialogs.h"
|
||||
#include "mooutils/mooi18n.h"
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "mooutils/mooutils-fs.h"
|
||||
#include "mooutils/mooconfig.h"
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "moofileview/moofile.h"
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
/* sys/stat.h macros */
|
||||
|
Loading…
x
Reference in New Issue
Block a user