nghttpx: Fix build without mruby

This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-22 23:24:18 +09:00
parent c07a0d9005
commit 9fe08d3913
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,9 @@
#include "shrpx_quic.h"
#include "shrpx_worker.h"
#include "shrpx_http.h"
#ifdef HAVE_MRUBY
# include "shrpx_mruby.h"
#endif // HAVE_MRUBY
#include "http3.h"
#include "util.h"

View File

@ -32,7 +32,6 @@
#include "shrpx_upstream.h"
#include "shrpx_downstream_queue.h"
#include "shrpx_mruby.h"
#include "quic.h"
#include "network.h"