projects
/
scilab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5b0dcbd
)
Temp workaround to fix compilation under Mac OS X
48/13048/2
Vincent COUVERT [Wed, 30 Oct 2013 22:27:54 +0000 (23:27 +0100)]
Change-Id: I92fa310b20cbe93db936166cfa04d7d5e7b39ca8
scilab/modules/core/sci_gateway/c/sci_stacksize.c
patch
|
blob
|
history
diff --git
a/scilab/modules/core/sci_gateway/c/sci_stacksize.c
b/scilab/modules/core/sci_gateway/c/sci_stacksize.c
index
3a0eb07
..
8aff685
100644
(file)
--- a/
scilab/modules/core/sci_gateway/c/sci_stacksize.c
+++ b/
scilab/modules/core/sci_gateway/c/sci_stacksize.c
@@
-14,8
+14,10
@@
#include <Windows.h>
#else
#include <unistd.h>
+#ifndef __APPLE__
#include <sys/sysinfo.h>
#endif
+#endif
#include <stdio.h>
#include "gw_core.h"