diff options
Diffstat (limited to 'memdump/argv.c')
-rw-r--r-- | memdump/argv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memdump/argv.c b/memdump/argv.c index 9aaa4d38..d83b0f6f 100644 --- a/memdump/argv.c +++ b/memdump/argv.c @@ -32,7 +32,7 @@ * memptr points to available memory. */ -#include <inttypes.h> +#include <stdint.h> #include <stddef.h> #include <stdio.h> |