Commit 0e469ed2 authored by Peter Wu's avatar Peter Wu

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.
parent 093eb51f
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment