Description: Fix various missing includes Author: Didier Raboud Last-Update: 2016-10-03 --- a/src/command2esp.c +++ b/src/command2esp.c @@ -44,6 +44,7 @@ #include #include //FlushBackChannel, and the side channel functions and constants #include "string.h" +#include "strings.h" // strncasecmp #include #include //files #include //time functions used for debugging --- a/src/c2espcommon.h +++ b/src/c2espcommon.h @@ -19,6 +19,7 @@ */ #include //FlushBackChannel, and the side channel functions and constants +#include // FILE #include //files #include //time functions used for debugging