This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse

This commit is contained in:
"Vladimir N. Oleynik" 2005-09-20 10:02:36 +00:00
parent 6d5aa4539a
commit 7fe6520e75

View File

@ -27,8 +27,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <termios.h>
#include <stdint.h>