diff options
Diffstat (limited to 'MSVC/readline/keymaps.c')
-rw-r--r-- | MSVC/readline/keymaps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MSVC/readline/keymaps.c b/MSVC/readline/keymaps.c index e16f150..917f2f2 100644 --- a/MSVC/readline/keymaps.c +++ b/MSVC/readline/keymaps.c @@ -18,7 +18,9 @@ You should have received a copy of the GNU General Public License along with Readline; see the file COPYING. If not, 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" |