summaryrefslogtreecommitdiff
path: root/sys/src/libmach/0.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-05-04 18:30:49 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-05-04 18:30:49 +0200
commit18e480ceb298bcc00703931e1e3413e3f1580e35 (patch)
treee6123a40404e32f355dcbfbaf7754ef3f2a4ec42 /sys/src/libmach/0.c
parentd359aed9398b9ce51bf0988663ed9fcf1f0e5f1d (diff)
bio: use UTFmax for Bungetsize and fix libmach to include <libc.h> before <bio.h> (from sources)
Diffstat (limited to 'sys/src/libmach/0.c')
-rw-r--r--sys/src/libmach/0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/libmach/0.c b/sys/src/libmach/0.c
index e30329396..b2140b241 100644
--- a/sys/src/libmach/0.c
+++ b/sys/src/libmach/0.c
@@ -4,6 +4,7 @@
* currently no compiler - not related to 0c
*/
#include <u.h>
+#include <libc.h>
#include <bio.h>
#include "mips2ureg.h"
#include <mach.h>