diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 22:10:33 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 22:10:33 -0500 |
commit | adc6cff53c2ef3341775f590ce36f96a28ea73f0 (patch) | |
tree | 0ba029fd946f06652111d6b8ba12be0e229d3b86 /unwind_prot.c | |
parent | 18d2df91025795172e29fb576e3cc965422c8a81 (diff) | |
download | bash-adc6cff53c2ef3341775f590ce36f96a28ea73f0.tar.gz |
commit bash-20101124 snapshot
Diffstat (limited to 'unwind_prot.c')
-rw-r--r-- | unwind_prot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unwind_prot.c b/unwind_prot.c index 5e0f5c1b..a477c03a 100644 --- a/unwind_prot.c +++ b/unwind_prot.c @@ -48,6 +48,7 @@ #include "unwind_prot.h" #include "quit.h" #include "sig.h" +#include "error.h" /* for internal_warning */ /* Structure describing a saved variable and the value to restore it to. */ typedef struct { |