diff options
author | Stu Grossman <grossman@cygnus> | 1991-11-19 23:39:01 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-11-19 23:39:01 +0000 |
commit | 44828c3918fd3a1439a4a1b3f96d67a258efb824 (patch) | |
tree | d0e7cd6ee30d8b13f3d6518e5db60f6c0be4a7a0 /readline | |
parent | b936814f58c99d69432f0f08e099087d0767f3d4 (diff) | |
download | gdb-44828c3918fd3a1439a4a1b3f96d67a258efb824.zip gdb-44828c3918fd3a1439a4a1b3f96d67a258efb824.tar.gz gdb-44828c3918fd3a1439a4a1b3f96d67a258efb824.tar.bz2 |
#include "sysdep.h"
Diffstat (limited to 'readline')
-rw-r--r-- | readline/readline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readline/readline.h b/readline/readline.h index 2e319f6..f890c0e 100644 --- a/readline/readline.h +++ b/readline/readline.h @@ -1,5 +1,7 @@ /* Readline.h -- the names of functions callable from within readline. */ +#include "sysdep.h" + #if !defined (_READLINE_H_) #define _READLINE_H_ |