* include/ftw.h: Include sys/cdefs.h.
This commit is contained in:
parent
9571d219fe
commit
291b2d8291
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/ftw.h: Include sys/cdefs.h.
|
||||||
|
|
||||||
2007-01-26 Corinna Vinschen <corinna@vinschen.de>
|
2007-01-26 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdir
|
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdir
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/cdefs.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Valid flags for the 3rd argument to the function that is passed as the
|
* Valid flags for the 3rd argument to the function that is passed as the
|
||||||
|
|
Loading…
Reference in New Issue