diff options
Diffstat (limited to 'lib/readline.c')
-rw-r--r-- | lib/readline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/readline.c b/lib/readline.c index 197262a29c..3f8c18ae44 100644 --- a/lib/readline.c +++ b/lib/readline.c @@ -16,8 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H -# include "config.h" +#ifdef HAVE_CONFIG_H +# include <config.h> #endif /* This module is intended to be used when the application only need |