quic: fix import typo
Type: fix Change-Id: Iab96ebc1579b0be5b711f975163f9ac96648d2ad Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:

committed by
Dave Wallace

parent
a90b26c1ee
commit
65f6cfcdbc
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user