<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/extern.h
+++ b/extern.h
@@ -17,6 +17,8 @@
 #ifndef EXTERN_H
 #define EXTERN_H
 
+#include &lt;stdint.h&gt;
+
 #if !HAVE_PLEDGE
 # define pledge(x, y) (1)
 #endif
</pre></body></html>