--- a/src/export.c +++ b/src/export.c @@ -35,6 +35,8 @@ #include #include +#include + /* OPTIONS */ static gchar *input = NULL; static gchar *output = "isight.ihx"; --- a/src/extract.c +++ b/src/extract.c @@ -36,6 +36,8 @@ #include #include +#include + /* * Foreach file identified by their sha1sum, we store the offset where * the firmware begin in the file. --- a/src/load.h +++ b/src/load.h @@ -36,6 +36,8 @@ #include #include +#include + #ifndef _LOAD_H_ #define _LOAD_H_