<sys/errno.h> -> <errno.h>

This commit is contained in:
Mark Andrews 2012-10-30 09:22:57 +11:00
parent 15fdec98df
commit cb761bbd5f

View file

@ -23,8 +23,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/errno.h> /* Non-portable. */
#include <sys/types.h> /* Non-portable. */
#include <sys/stat.h> /* Non-portable. */