projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b12a9
)
Fix build on Ubuntu 12.10
author
Simon Hausmann
<simon.hausmann@digia.com>
Sat, 20 Oct 2012 12:13:23 +0000
(14:13 +0200)
committer
Lars Knoll
<lars.knoll@digia.com>
Sat, 20 Oct 2012 13:34:24 +0000
(15:34 +0200)
Include unistd.h for sysconf as per man-page.
Change-Id: Iafd7687e6f12beda5ace1442c4d436c051d1beb0
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
masm/stubs/ExecutableAllocator.h
patch
|
blob
|
history
diff --git
a/masm/stubs/ExecutableAllocator.h
b/masm/stubs/ExecutableAllocator.h
index
37700c2
..
7b3004a
100644
(file)
--- a/
masm/stubs/ExecutableAllocator.h
+++ b/
masm/stubs/ExecutableAllocator.h
@@
-45,6
+45,7
@@
#include <RefCounted.h>
#include <sys/mman.h>
+#include <unistd.h>
namespace JSC {