Blob Blame History Raw
--- a/vbe.c	2019-08-20 08:24:00.010213898 -0500
+++ b/vbe.c	2019-08-20 08:24:15.793920339 -0500
@@ -8,6 +8,7 @@
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdint.h> /* for uintptr_t */
 #include <assert.h>
 #include <limits.h>
 #include <ctype.h>