summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorIslam AbdelRahman <tec@fb.com>2015-02-27 10:27:14 -0800
committerIslam AbdelRahman <tec@fb.com>2015-02-27 10:27:14 -0800
commitafa8156af9a23bb674024d0481c612e09fdec3f3 (patch)
treeee0bea28ac976e9920ae6f7920a01d1de5fe3ded /third-party
parentf9c14a42e8582a66abd2b1577e3f3ab6f4e90888 (diff)
adding stdlib to fbson
Summary: adding stdlib to fbson to fix FreeBSD compilation Test Plan: https://github.com/facebook/mysql-5.6/commit/4cfccf14f4abc5a142b25c54ce1d0f4dafe95f9c Reviewers: igor Reviewed By: igor Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D34143
Diffstat (limited to 'third-party')
-rw-r--r--third-party/fbson/COMMIT.md2
-rw-r--r--third-party/fbson/FbsonDocument.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/third-party/fbson/COMMIT.md b/third-party/fbson/COMMIT.md
index bbd270d36..54a5a8100 100644
--- a/third-party/fbson/COMMIT.md
+++ b/third-party/fbson/COMMIT.md
@@ -1,2 +1,2 @@
fbson commit:
-https://github.com/facebook/mysql-5.6/commit/c8f16edf02243dce5a9dc48495f8f5a99f1c7895
+https://github.com/facebook/mysql-5.6/commit/4cfccf14f4abc5a142b25c54ce1d0f4dafe95f9c
diff --git a/third-party/fbson/FbsonDocument.h b/third-party/fbson/FbsonDocument.h
index 604a2712f..4d7c79a2c 100644
--- a/third-party/fbson/FbsonDocument.h
+++ b/third-party/fbson/FbsonDocument.h
@@ -63,6 +63,7 @@
#ifndef FBSON_FBSONDOCUMENT_H
#define FBSON_FBSONDOCUMENT_H
+#include <stdlib.h>
#include <string.h>
#include <assert.h>