Moved the include of <sys/types.h> to before the include of <dirent.h>
so that mkisofs will compile when namespace pollution is removed from <stdio.h>. (<dirent.h> recently became dependent on <sys/types.h>.)
This commit is contained in:
parent
9e53680c28
commit
9d82199389
@ -21,6 +21,7 @@
|
||||
|
||||
/* ADD_FILES changes made by Ross Biro biro@yggdrasil.com 2/23/95 */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* This symbol is used to indicate that we do not have things like
|
||||
@ -42,7 +43,6 @@
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef linux
|
||||
|
Loading…
Reference in New Issue
Block a user