Fix build on Ubuntu 12.10
authorSimon Hausmann <simon.hausmann@digia.com>
Sat, 20 Oct 2012 12:13:23 +0000 (14:13 +0200)
committerLars 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

index 37700c2..7b3004a 100644 (file)
@@ -45,6 +45,7 @@
 #include <RefCounted.h>
 
 #include <sys/mman.h>
+#include <unistd.h>
 
 namespace JSC {