Include <sys/stat.h> for mkdir prototype

This commit is contained in:
Howard Chu 2002-07-26 13:24:37 +00:00
parent 2db6e4e97e
commit d6ae1d95de

View file

@ -22,9 +22,9 @@
#include "portable.h"
#include <ac/stdlib.h>
#include <stdio.h>
#include <sys/stat.h>
#include <ac/stdlib.h>
#include "slurp.h"
#include "globals.h"