diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-08 20:23:30 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-08 20:23:30 -0500 |
commit | a31435742fb2036e56df64523039abf1d52932b7 (patch) | |
tree | 3a851ed6ffa65e2d81444d617788b489bd319dec /execute_cmd.c | |
parent | ecf57862513c28021a7836939862d38656144c80 (diff) | |
download | bash-a31435742fb2036e56df64523039abf1d52932b7.tar.gz |
commit bash-20091223 snapshot
Diffstat (limited to 'execute_cmd.c')
-rw-r--r-- | execute_cmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/execute_cmd.c b/execute_cmd.c index c6dc29e9..0e3c09ad 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -57,6 +57,8 @@ extern int errno; #endif +#define NEED_FPURGE_DECL + #include "bashansi.h" #include "bashintl.h" |