Skip to content
Snippets Groups Projects
Commit 71f8fda9 authored by rswindell's avatar rswindell
Browse files

Need string.h for strrchr() prototype.

parent 8eaefc88
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#include <string.h> /* strrchr */
#ifdef _WIN32
#include <windows.h> /* WINAPI, etc */
......@@ -58,7 +60,7 @@
#include <sys/vfs.h> /* statfs() */
#endif
#endif
#endif /* __unix__ */
#include <sys/types.h> /* _dev_t */
#include <sys/stat.h> /* struct stat */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment