summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/debug.cpp
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2018-09-11 18:29:53 +0000
committerrobert <robert@openbsd.org>2018-09-11 18:29:53 +0000
commite933dfd56b2b1c88c8dcf4c47d7dabd4706764dd (patch)
treecd7e74d77951b26255308bb3b085180d83504687 /lib/libcxx/src/debug.cpp
parentimport of libc++ 6.0.0 (diff)
downloadwireguard-openbsd-e933dfd56b2b1c88c8dcf4c47d7dabd4706764dd.tar.xz
wireguard-openbsd-e933dfd56b2b1c88c8dcf4c47d7dabd4706764dd.zip
merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@
Diffstat (limited to 'lib/libcxx/src/debug.cpp')
-rw-r--r--lib/libcxx/src/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcxx/src/debug.cpp b/lib/libcxx/src/debug.cpp
index f2fc1ceb495..c0739275d96 100644
--- a/lib/libcxx/src/debug.cpp
+++ b/lib/libcxx/src/debug.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#define _LIBCPP_DEBUG 1
#include "__config"
#include "__debug"
#include "functional"