aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-04-26 18:21:09 +0100
committerAnders Broman <a.broman58@gmail.com>2015-05-25 10:42:59 +0000
commit2fde6ffc8f0f47f3d59a0b331a299cd61435e531 (patch)
treee583e6632bc6ec84e18a439ccf9592869a9f6c14 /epan/nghttp2
parentdc14e3ce0df78da52da95e7356c6e15390b191ec (diff)
Fix out of tree builds
Stop out of tree builds picking up the in-tree version and config.h Change-Id: Icadc46cab66db72af2d475eac31b28d0ca10df90 Reviewed-on: https://code.wireshark.org/review/8204 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/nghttp2')
-rw-r--r--epan/nghttp2/nghttp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/nghttp2/nghttp2.h b/epan/nghttp2/nghttp2.h
index 9f6e1f6fa1..cf23cc97b7 100644
--- a/epan/nghttp2/nghttp2.h
+++ b/epan/nghttp2/nghttp2.h
@@ -25,7 +25,7 @@
#ifndef NGHTTP2_H
#define NGHTTP2_H
-#include "config.h"
+#include <config.h>
/* Define WIN32 when build target is Win32 API (borrowed from
libcurl) */