quic: fix import typo 50/23650/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Wed, 27 Nov 2019 12:16:11 +0000 (13:16 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 4 Dec 2019 14:15:56 +0000 (14:15 +0000)
Type: fix

Change-Id: Iab96ebc1579b0be5b711f975163f9ac96648d2ad
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/quic/quic.c

index 3cc26d9..6b9f1e1 100644 (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
 };