nghttpx: Fix build without mruby
This commit is contained in:
parent
c07a0d9005
commit
9fe08d3913
|
@ -35,6 +35,9 @@
|
||||||
#include "shrpx_quic.h"
|
#include "shrpx_quic.h"
|
||||||
#include "shrpx_worker.h"
|
#include "shrpx_worker.h"
|
||||||
#include "shrpx_http.h"
|
#include "shrpx_http.h"
|
||||||
|
#ifdef HAVE_MRUBY
|
||||||
|
# include "shrpx_mruby.h"
|
||||||
|
#endif // HAVE_MRUBY
|
||||||
#include "http3.h"
|
#include "http3.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include "shrpx_upstream.h"
|
#include "shrpx_upstream.h"
|
||||||
#include "shrpx_downstream_queue.h"
|
#include "shrpx_downstream_queue.h"
|
||||||
#include "shrpx_mruby.h"
|
|
||||||
#include "quic.h"
|
#include "quic.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue