From: Jay Freeman (saurik) Date: Mon, 3 Dec 2007 12:32:50 +0000 (+0000) Subject: We like error numbers. X-Git-Url: https://git.saurik.com/minimal.git/commitdiff_plain/20363569123062b78a4a8942ad0d67ca7ceca355?ds=sidebyside We like error numbers. --- diff --git a/stdlib.h b/stdlib.h index a9faa14..9610429 100644 --- a/stdlib.h +++ b/stdlib.h @@ -60,6 +60,7 @@ #define _not(type) \ ((type) ~ (type) 0) +#include #include #include #include