Commit bf7991ba authored by kostja@dipika.(none)'s avatar kostja@dipika.(none)

Fix compile warning about undefined rmdir() function.

parent 04ca458f
......@@ -51,6 +51,10 @@
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#ifdef __WIN__
#include <direct.h>
#endif
#ifndef WEXITSTATUS
# ifdef __WIN__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment