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:
Islam AbdelRahman 2015-02-27 10:27:14 -08:00
parent f9c14a42e8
commit afa8156af9
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
fbson commit:
https://github.com/facebook/mysql-5.6/commit/c8f16edf02243dce5a9dc48495f8f5a99f1c7895
https://github.com/facebook/mysql-5.6/commit/4cfccf14f4abc5a142b25c54ce1d0f4dafe95f9c

View File

@ -63,6 +63,7 @@
#ifndef FBSON_FBSONDOCUMENT_H
#define FBSON_FBSONDOCUMENT_H
#include <stdlib.h>
#include <string.h>
#include <assert.h>