diff --git a/app/src/command.h b/app/src/command.h index 8a19cd2..54fe7ac 100644 --- a/app/src/command.h +++ b/app/src/command.h @@ -2,7 +2,7 @@ #define COMMAND_H #include -#include +#include #include // diff --git a/app/src/decoder.h b/app/src/decoder.h index 88c0a8c..a76dd1c 100644 --- a/app/src/decoder.h +++ b/app/src/decoder.h @@ -1,7 +1,7 @@ #ifndef DECODER_H #define DECODER_H -#include +#include #include struct frames; diff --git a/app/src/frames.h b/app/src/frames.h index 81c6eab..66ee2a5 100644 --- a/app/src/frames.h +++ b/app/src/frames.h @@ -1,7 +1,8 @@ #ifndef FRAMES_H #define FRAMES_H -#include +#include +#include // forward declarations typedef struct AVFrame AVFrame; diff --git a/app/src/screen.c b/app/src/screen.c index b2b4943..7a48c2a 100644 --- a/app/src/screen.c +++ b/app/src/screen.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include "command.h" diff --git a/app/src/screen.h b/app/src/screen.h index ba679b5..a3d4d2a 100644 --- a/app/src/screen.h +++ b/app/src/screen.h @@ -1,7 +1,7 @@ #ifndef SCREEN_H #define SCREEN_H -#include +#include SDL_bool show_screen(const char *serial, Uint16 local_port);