Missing <errno.h>
authorAuke Kok <auke-jan.h.kok@intel.com>
Sun, 14 Oct 2012 07:42:09 +0000 (00:42 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Sun, 14 Oct 2012 07:42:09 +0000 (00:42 -0700)
src/main.c

index 63bca7f..49e2d43 100644 (file)
@@ -16,6 +16,7 @@
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>