]> git.saurik.com Git - minimal.git/commitdiff
We like error numbers.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 3 Dec 2007 12:32:50 +0000 (12:32 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 3 Dec 2007 12:32:50 +0000 (12:32 +0000)
stdlib.h

index a9faa146afe28d14c8259f7c9d87e30df65d27b0..9610429948bcdddcbe0b1a8b3f141e354613c659 100644 (file)
--- a/stdlib.h
+++ b/stdlib.h
@@ -60,6 +60,7 @@
 #define _not(type) \
     ((type) ~ (type) 0)
 
+#include <errno.h>
 #include <stdio.h>
 #include <stdbool.h>
 #include <stdlib.h>