projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad78f8
)
x86-bsd-os.c: Include stdio
author
David Lichteblau
<david@lichteblau.com>
Fri, 14 Sep 2012 17:35:07 +0000
(19:35 +0200)
committer
David Lichteblau
<david@lichteblau.com>
Fri, 14 Sep 2012 17:36:23 +0000
(19:36 +0200)
Fixes the build on FreeBSD 9.1/x86.
src/runtime/x86-bsd-os.c
patch
|
blob
|
history
diff --git
a/src/runtime/x86-bsd-os.c
b/src/runtime/x86-bsd-os.c
index
1054659
..
5a4daa2
100644
(file)
--- a/
src/runtime/x86-bsd-os.c
+++ b/
src/runtime/x86-bsd-os.c
@@
-1,4
+1,5
@@
#include <signal.h>
+#include <stdio.h>
#include "sbcl.h"
#include "runtime.h"
#include "thread.h"