Add some missing headers to tpu_api_dlsym_initializer

PiperOrigin-RevId: 359328632
Change-Id: Id8d197efc595cb5856acf0a2a5150a15828ae9db
This commit is contained in:
Frank Chen
2021-02-24 11:21:40 -08:00
committed by TensorFlower Gardener
parent 290585044e
commit 00ec3ffbaa

View File

@@ -16,7 +16,9 @@ limitations under the License.
#include "tensorflow/core/tpu/tpu_api_dlsym_initializer.h"
#include <dlfcn.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>