diff options
-rw-r--r-- | vbe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #include <stdlib.h> #include <string.h> #include <stdarg.h> +#include <stdint.h> /* for uintptr_t */ #include <stdio.h> #include <assert.h> #include <limits.h> |