summarylogtreecommitdiffstats
path: root/build-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-fix.patch')
-rw-r--r--build-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/build-fix.patch b/build-fix.patch
new file mode 100644
index 000000000000..c72542532347
--- /dev/null
+++ b/build-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/sbagen.c b/sbagen.c
+index f2aeaf2..c26d261 100644
+--- a/sbagen.c
++++ b/sbagen.c
+@@ -181,7 +181,7 @@ void debug(char *fmt, ...) ;
+ void warn(char *fmt, ...) ;
+ void * Alloc(size_t len) ;
+ char * StrDup(char *str) ;
+-inline int calcNow() ;
++inline static int calcNow() ;
+ void loop() ;
+ void outChunk() ;
+ void corrVal(int ) ;