diff --git a/src/main.cpp b/src/main.cpp index 0ff3d83..9d3a1da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ // Zpehyr 3.1.x and newer uses different include scheme +#include #if (KERNEL_VERSION_MAJOR > 3) || ((KERNEL_VERSION_MAJOR == 3) && (KERNEL_VERSION_MINOR >= 1)) #include #else