diff options
Diffstat (limited to 'MSVC/readline/text.c')
-rw-r--r-- | MSVC/readline/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MSVC/readline/text.c b/MSVC/readline/text.c index 6272ba7..8c9b1d8 100644 --- a/MSVC/readline/text.c +++ b/MSVC/readline/text.c @@ -19,7 +19,9 @@ 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" |