Missing sys/stat.h, from James Turner

This commit is contained in:
Joris Vink 2014-03-07 09:55:28 +01:00
parent d40fd489f8
commit 8003bad094
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/stat.h>
#include <ctype.h>
#include <limits.h>
#include <fcntl.h>