quic: fix import typo

Type: fix

Change-Id: Iab96ebc1579b0be5b711f975163f9ac96648d2ad
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:
Nathan Skrzypczak
2019-11-27 13:16:11 +01:00
committed by Dave Wallace
parent a90b26c1ee
commit 65f6cfcdbc

View File

@@ -32,7 +32,7 @@
static char *quic_error_strings[] = {
#define quic_error(n,s) s,
#include <plugins/quic/quic_error.def>
#include <quic/quic_error.def>
#undef quic_error
};