nghttp2: fix quote for config.h include

following https://code.wireshark.org/review/#/c/8204/

Change-Id: I5ffad2bcbed217893243b8a01451b282030d0108
Reviewed-on: https://code.wireshark.org/review/8646
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-05-26 10:47:22 +02:00 committed by Anders Broman
parent 751989629a
commit ebcc36dc73
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ in nghttp2/nghttp2_helper.h remove check for CONFIG.H
in nghttp2/nghttp2.h
Add on the top
#include "config.h"
#include <config.h>