diff options
author | tonu@x153.internalnet <> | 2001-08-30 04:28:55 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-08-30 04:28:55 +0800 |
commit | f194e4012af6e566127bdf75df7f05617c141d32 (patch) | |
tree | 6d44e8893ce2a3b240acc06d5c34bb41942392ce /readline | |
parent | 4194c075e84ccc6b01436cfe6d1045df7fee6d51 (diff) | |
download | mariadb-git-f194e4012af6e566127bdf75df7f05617c141d32.tar.gz |
OpenSSL work
Diffstat (limited to 'readline')
-rw-r--r-- | readline/callback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readline/callback.c b/readline/callback.c index 6915be483a4..200f3cc37f9 100644 --- a/readline/callback.c +++ b/readline/callback.c @@ -29,6 +29,7 @@ #if defined (READLINE_CALLBACKS) +#include <stdlib.h> #include <sys/types.h> #include <stdio.h> |