]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Add missing #include <sys/stat.h>.
authorSimon Ruderich <simon@ruderich.org>
Mon, 17 Jun 2013 21:26:00 +0000 (23:26 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 17 Jun 2013 21:26:00 +0000 (23:26 +0200)
src/coloredstderr.c

index 247bd06ecc0d78cfd085574a7665a53b3a40b328..77f318aac1fca49080992340cc67fa3785f75212 100644 (file)
@@ -36,6 +36,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
+#include <sys/stat.h>
 #include <unistd.h>
 
 #ifdef HAVE_ERR_H