Commit Diff


commit - ca783de69298131a8ee36ec84f9988ff03ae77c9
commit + de6548b97dff8ce3a011f93e007254cd9f01b8ec
blob - 526d709b3461b25c83937a54b1d04cda8d872ddb
blob + 562a3e3df121754dc8801ec93bc8d12353d82770
--- pagebundler.c
+++ pagebundler.c
@@ -23,9 +23,10 @@
  */
 
 #include <errno.h>
+#include <stdint.h>
 #include <stdio.h>
-#include <unistd.h>
 #include <string.h>
+#include <unistd.h>
 
 const char *file;
 const char *varname;