From e236671cbac9ec8d84f9833bf462d58e7e176658 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 2 Feb 2006 14:08:38 +0000 Subject: Removing a dozen of warnings. --- MSVC/readline/bind.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MSVC/readline/bind.c') 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 +#endif + #include #include #include -- cgit v1.2.3