adding stdlib to fbson
Summary: adding stdlib to fbson to fix FreeBSD compilation
Test Plan: 4cfccf14f4
Reviewers: igor
Reviewed By: igor
Subscribers: dhruba
Differential Revision: https://reviews.facebook.net/D34143
This commit is contained in:
parent
f9c14a42e8
commit
afa8156af9
2
third-party/fbson/COMMIT.md
vendored
2
third-party/fbson/COMMIT.md
vendored
@ -1,2 +1,2 @@
|
||||
fbson commit:
|
||||
https://github.com/facebook/mysql-5.6/commit/c8f16edf02243dce5a9dc48495f8f5a99f1c7895
|
||||
https://github.com/facebook/mysql-5.6/commit/4cfccf14f4abc5a142b25c54ce1d0f4dafe95f9c
|
||||
|
1
third-party/fbson/FbsonDocument.h
vendored
1
third-party/fbson/FbsonDocument.h
vendored
@ -63,6 +63,7 @@
|
||||
#ifndef FBSON_FBSONDOCUMENT_H
|
||||
#define FBSON_FBSONDOCUMENT_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user