From 0e469ed221deff669155011acd5d8e954715b1d2 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Thu, 11 Feb 2016 16:41:11 +0100 Subject: [PATCH] Fix typo in HAVE_CONFIG_H name Only used by lib/nghttp2_npn.c where the presence of config.h does not seem to make a difference though. --- lib/nghttp2_npn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/nghttp2_npn.h b/lib/nghttp2_npn.h index c4bdedb3..a481bde3 100644 --- a/lib/nghttp2_npn.h +++ b/lib/nghttp2_npn.h @@ -25,9 +25,9 @@ #ifndef NGHTTP2_NPN_H #define NGHTTP2_NPN_H -#ifdef HAVE_CONFIG +#ifdef HAVE_CONFIG_H #include -#endif /* HAVE_CONFIG */ +#endif /* HAVE_CONFIG_H */ #include