diff options
Diffstat (limited to 'otafault/test.cpp')
-rw-r--r-- | otafault/test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otafault/test.cpp b/otafault/test.cpp index 6514782bf..60c40e099 100644 --- a/otafault/test.cpp +++ b/otafault/test.cpp @@ -14,9 +14,10 @@ * limitations under the License. */ -#include <errno.h> #include <fcntl.h> #include <stdio.h> +#include <sys/stat.h> +#include <sys/types.h> #include <unistd.h> #include "ota_io.h" |