Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca40032
)
Fix dfrotz compile on MACOS
author
Bill Lash
<william.lash@gmail.com>
Sat, 22 Jun 2019 04:36:12 +0000
(23:36 -0500)
committer
Bill Lash
<william.lash@gmail.com>
Sat, 22 Jun 2019 04:36:12 +0000
(23:36 -0500)
Need to include dumb_frotz.h before system headers on MACOS
src/dumb/dumb_blorb.c
patch
|
blob
|
history
diff --git
a/src/dumb/dumb_blorb.c
b/src/dumb/dumb_blorb.c
index 6226fc2bd16c2a971e17f3855617a7b76b111416..ff3795d1b09e20c4c17a8996cf2cf5c13f0e7183 100644
(file)
--- a/
src/dumb/dumb_blorb.c
+++ b/
src/dumb/dumb_blorb.c
@@
-20,6
+20,9
@@
*/
+#include "dumb_frotz.h"
+#include "dumb_blorb.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@
-28,8
+31,6
@@
#include <libgen.h>
#include <math.h>
-#include "dumb_frotz.h"
-#include "dumb_blorb.h"
/* Don't build any of this if we don't want Blorb support. */
#ifndef NO_BLORB