Skip to content

Commit

Permalink
Added #include <errno.h>
Browse files Browse the repository at this point in the history
Adding this include fixes the compilation for APIs < 20, as described in tensorflow#419
  • Loading branch information
barantes committed Sep 26, 2016
1 parent 1d9ca7b commit 4617f47
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
#define THIRD_PARTY_TENSORFLOW_EXAMPLES_ANDROID_JNI_LIMITING_FILE_INPUT_STREAM_H_

#include <unistd.h>
#include <errno.h>
#include "google/protobuf/io/zero_copy_stream_impl.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"

Expand Down

0 comments on commit 4617f47

Please sign in to comment.