diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ftab.c | 1 | ||||
-rw-r--r-- | src/ftab.h | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <stdint.h> #include "ftab.h" #include "common.h" @@ -26,6 +26,8 @@ extern "C" { #endif +#include <stdint.h> + struct ftab_header { uint32_t always_01; // 1 uint32_t always_ff; // 0xFFFFFFFF |