summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authorSanjay Ghemawat <sanjay@google.com>2012-03-21 10:28:03 -0700
committerSanjay Ghemawat <sanjay@google.com>2012-03-21 10:28:03 -0700
commita1ad4d1995dc8efeb0d3d7a40b8bb63c9b7c8259 (patch)
treea950e1561a8328f95c6562db3a381d8168a4d24b /port
parent9013f13b1512f6ab8c04518e8f036e58be271eba (diff)
downloadleveldb-a1ad4d1995dc8efeb0d3d7a40b8bb63c9b7c8259.tar.gz
Build fixes and cleanups:
(1) Separate out C++ and CC flags (fixes c_test compilation) (2) Move snappy/perftools detection to script (3) Fix db_bench_sqlite3 and db_bench_tree_db build rules
Diffstat (limited to 'port')
-rw-r--r--port/port_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/port/port_android.h b/port/port_android.h
index 64cdcbf..92f0090 100644
--- a/port/port_android.h
+++ b/port/port_android.h
@@ -10,7 +10,7 @@
#include <endian.h>
#include <pthread.h>
#include <stdint.h>
-#include <cstdatomic>
+#include <unistd.h>
#include <string>
#include <cctype>