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.
This commit is contained in:
Peter Wu 2016-02-11 16:41:11 +01:00
parent 093eb51f8c
commit 0e469ed221
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@
#ifndef NGHTTP2_NPN_H
#define NGHTTP2_NPN_H
#ifdef HAVE_CONFIG
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG */
#endif /* HAVE_CONFIG_H */
#include <nghttp2/nghttp2.h>