diff options
Diffstat (limited to 'MSVC/readline/input.c')
-rw-r--r-- | MSVC/readline/input.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MSVC/readline/input.c b/MSVC/readline/input.c index 1822fdf..a111307 100644 --- a/MSVC/readline/input.c +++ b/MSVC/readline/input.c @@ -19,7 +19,10 @@ 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" |