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
main
Islam AbdelRahman 10 years ago
parent f9c14a42e8
commit afa8156af9
  1. 2
      third-party/fbson/COMMIT.md
  2. 1
      third-party/fbson/FbsonDocument.h

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

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

Loading…
Cancel
Save