about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-04-03 12:32:45 -0500
committerMarco Peereboom <marco@conformal.com>2012-04-03 12:32:45 -0500
commit903480d734c5d5245e8335340d3a45cfd2470596 (patch)
treedcadec073cc314126379207dc226ec0b385d8171 /xxxterm.h
parent96f4ede3dc459a55a5ca02501a48e655ff6bd1ca (diff)
downloadxombrero-903480d734c5d5245e8335340d3a45cfd2470596.tar.gz
make this compile on windows again
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xxxterm.h b/xxxterm.h
index d2112b9..9552281 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -50,8 +50,7 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <sys/tree.h>
 #else
 void		arc4random_buf(void *, size_t);
-u_int32_t	arc4random_uniform(u_int32_t);
-#include "util.h"
+uint32_t	arc4random_uniform(uint32_t);
 #include "tree.h"
 #endif
 #include <sys/queue.h>