Commit 9766ab7c authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Tudor Bosman

folly: get building with gcc-4.7.1

Summary:
A lot of libstdc++-4.7 headers dropped includes of unistdc.h, so
we'll probably see more of these.

Test Plan: built folly

Reviewed By: simpkins@fb.com

FB internal diff: D508871
parent 1034506c
......@@ -17,6 +17,7 @@
#ifndef FOLLY_EXPERIMENTAL_EVENTCOUNT_H_
#define FOLLY_EXPERIMENTAL_EVENTCOUNT_H_
#include <unistd.h>
#include <syscall.h>
#include <linux/futex.h>
#include <sys/time.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment