diff options
author | pixel <pixel> | 2006-02-02 14:08:38 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-02-02 14:08:38 +0000 |
commit | e236671cbac9ec8d84f9833bf462d58e7e176658 (patch) | |
tree | dd7b6934d38ad7c1ca9cb3acc13ace2b91ceeb0c /MSVC/readline/bind.c | |
parent | 95c163e9d110a66cf9a8a5f632a784463a6512af (diff) |
Removing a dozen of warnings.
Diffstat (limited to 'MSVC/readline/bind.c')
-rw-r--r-- | MSVC/readline/bind.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MSVC/readline/bind.c b/MSVC/readline/bind.c index 242b5ba..3b1a150 100644 --- a/MSVC/readline/bind.c +++ b/MSVC/readline/bind.c @@ -19,10 +19,16 @@ is generally kept in a file called COPYING or LICENSE. If you do not have a copy of the license, write to the Free Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ +#ifndef READLINE_LIBRARY #define READLINE_LIBRARY +#endif #include "config.h" +#ifdef _WIN32 +#include <io.h> +#endif + #include <stdio.h> #include <sys/types.h> #include <fcntl.h> |