HDFS-11724. libhdfs compilation is broken on OS X. Contributed by John Zhuge.

This commit is contained in:
John Zhuge 2017-04-29 11:04:50 -07:00
parent 07b98e7830
commit 343948ca79
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "os/thread_local_storage.h"
#include <jni.h>
#include <malloc.h>
#include <stdlib.h>
#include <pthread.h>
#include <stdio.h>