commit | 6973a1d0e4c99e7bd07b239dee8a6c52c74ecb0f | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Nov 25 16:50:00 2006 -0500 |
committer | Rob Landley <rob@landley.net> | Sat Nov 25 16:50:00 2006 -0500 |
tree | e7121ab5f3cc6cf4d2113f2ce4968759e527815c | |
parent | 65b7df58826fd9b70de96e8204292172d884fbde [diff] [blame] |
Add my old micro-bunzip library. Needs some cleanup...
diff --git a/toys.h b/toys.h index 31ce206..7a01c2a 100644 --- a/toys.h +++ b/toys.h
@@ -11,6 +11,7 @@ #include <fcntl.h> #include <inttypes.h> #include <limits.h> +#include <setjmp.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h>