* include/ftw.h: Include sys/cdefs.h.

This commit is contained in:
Corinna Vinschen 2007-01-28 11:27:05 +00:00
parent 9571d219fe
commit 291b2d8291
2 changed files with 5 additions and 0 deletions

View file

@ -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>
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdir

View file

@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/cdefs.h>
/*
* Valid flags for the 3rd argument to the function that is passed as the