]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - false/false.c
shell_cmds-216.40.4.tar.gz
[apple/shell_cmds.git] / false / false.c
index 9c295223859757373969d773b661050e4617ec09..3883d89d424b167aa08bb921cdb2c7eb9ae0ef94 100644 (file)
@@ -1 +1,2 @@
-int main () { exit(1); }
\ No newline at end of file
+#include <stdlib.h>
+int main () { exit(1); }