Explorar o código

use stdint.h instead of inttypes.h (some embedded architectures don't have it..)

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
3a94d60e49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deps/pcg_basic.h

+ 1 - 1
deps/pcg_basic.h

@@ -24,7 +24,7 @@
 #ifndef PCG_BASIC_H_INCLUDED
 #define PCG_BASIC_H_INCLUDED 1
 
-#include <inttypes.h>
+#include <stdint.h>
 
 #if __cplusplus
 extern "C" {