Include <errno.h> instead of <sys/errno.h>.

This commit is contained in:
Ralf Corsepius
2008-12-22 03:48:52 +00:00
parent b503274b5a
commit dd9cc9f779
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
#include <stdio.h>
#include <sys/stat.h>
#include <sys/errno.h>
#include <errno.h>
#include <stdarg.h>
static void

View File

@@ -56,7 +56,7 @@
#include <libchip/ds1375-rtc.h>
#include <sys/fcntl.h>
#include <sys/errno.h>
#include <errno.h>
#include <stdio.h>
#include <inttypes.h>