Skip to content

Commit a419250

Browse files
committed
win32: include stdint for INT64_MAX
1 parent 05ab44a commit a419250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/portability.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#ifndef NATIVE_CLIENT_SRC_INCLUDE_PORTABILITY_H_
1717
#define NATIVE_CLIENT_SRC_INCLUDE_PORTABILITY_H_ 1
1818

19+
#include <stdint.h>
1920
#include <stdlib.h>
2021

2122
#include "native_client/src/include/build_config.h"

0 commit comments

Comments
 (0)