aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC <asura@psc11.(none)>2014-05-09 01:35:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-09 01:35:38 +0000
commitd41bc09959ac576d420bacb3945fe328c27a3b39 (patch)
tree9fb3c9cccf678d0dae4e2df44b4bc9c0aaada742
parentf44a20dc3fb460e389933e84ee65c28d3987a809 (diff)
parent800610158f9443417d1fc73267333fb6dd877194 (diff)
downloadlibcxxrt-d41bc09959ac576d420bacb3945fe328c27a3b39.tar.gz
am 80061015: Author: bugmen0t - unlike AC_CHECK_HEADERS it doesn\'t stop with CPP but actually tries to compile. And so the check fails on freebsd
* commit '800610158f9443417d1fc73267333fb6dd877194': Author: bugmen0t - unlike AC_CHECK_HEADERS it doesn't stop with CPP but actually tries to compile. And so the check fails on freebsd
-rw-r--r--src/cxxabi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cxxabi.h b/src/cxxabi.h
index 4b661b6..7c83360 100644
--- a/src/cxxabi.h
+++ b/src/cxxabi.h
@@ -22,6 +22,7 @@
#ifndef __CXXABI_H_
#define __CXXABI_H_
+#include <stddef.h>
#include <stdint.h>
#include "unwind.h"
namespace std