summaryrefslogtreecommitdiff
path: root/muse
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2014-10-04 11:41:48 -0400
committerOri Bernstein <ori@eigenstate.org>2014-10-04 11:41:48 -0400
commita8359030735219db18bc48b4e481c67ad6e48484 (patch)
tree7d6b4ada31d2b0d14257af6a9d864bd319d0f49d /muse
parent6f62df231794edb17630f9f07ffaffe569072f13 (diff)
downloadmc-a8359030735219db18bc48b4e481c67ad6e48484.tar.gz
Start work of porting to Plan 9.
We're missing getopt, but everything else seems to work as far as compiling goes. Remaining work: - Converting assembly syntax - Invoking plan9 executables correctly
Diffstat (limited to 'muse')
-rw-r--r--muse/muse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/muse.c b/muse/muse.c
index 74220df..2cc54ac 100644
--- a/muse/muse.c
+++ b/muse/muse.c
@@ -1,6 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <stdint.h>
+#include <inttypes.h>
#include <ctype.h>
#include <string.h>
#include <assert.h>