Merge "test_util: add missing include for close()"

This commit is contained in:
Tom Finegan
2016-02-29 19:51:24 +00:00
committed by Gerrit Code Review

View File

@@ -8,6 +8,9 @@
#include "testing/test_util.h"
#include <sys/stat.h>
#ifndef _MSC_VER
#include <unistd.h> // close()
#endif
#include <cstdint>
#include <cstdio>