mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 21:06:26 +08:00
Fix int-type compilation problem on redhat. (#472)
This commit is contained in:
committed by
Robert Nishihara
parent
cf68cf743c
commit
a67a107e0e
@@ -5,6 +5,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#ifndef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user