about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 4478c0c..a0492c2 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -49,7 +49,10 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <util.h>
 #include <sys/tree.h>
 #else
-#include <sys/tree.h>
+void		arc4random_buf(void *, size_t);
+u_int32_t	arc4random_uniform(u_int32_t);
+#include "util.h"
+#include "tree.h"
 #endif
 #include <sys/queue.h>
 #include <sys/socket.h>