[compiler-rt] r182462 - [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown)
Kostya Serebryany
kcc at google.com
Wed May 22 03:38:52 PDT 2013
Author: kcc
Date: Wed May 22 05:38:51 2013
New Revision: 182462
URL: http://llvm.org/viewvc/llvm-project?rev=182462&view=rev
Log:
[asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown)
Modified:
compiler-rt/trunk/lib/asan/lit_tests/dlclose-test.cc
Modified: compiler-rt/trunk/lib/asan/lit_tests/dlclose-test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/lit_tests/dlclose-test.cc?rev=182462&r1=182461&r2=182462&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/lit_tests/dlclose-test.cc (original)
+++ compiler-rt/trunk/lib/asan/lit_tests/dlclose-test.cc Wed May 22 05:38:51 2013
@@ -44,6 +44,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>
+#include <unistd.h>
#include <string>
More information about the llvm-commits
mailing list