aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-25 16:50:00 -0500
committerRob Landley <rob@landley.net>2006-11-25 16:50:00 -0500
commit6973a1d0e4c99e7bd07b239dee8a6c52c74ecb0f (patch)
treee7121ab5f3cc6cf4d2113f2ce4968759e527815c /toys.h
parent65b7df58826fd9b70de96e8204292172d884fbde (diff)
downloadtoybox-6973a1d0e4c99e7bd07b239dee8a6c52c74ecb0f.tar.gz
Add my old micro-bunzip library. Needs some cleanup...
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 31ce2065..7a01c2ab 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>