Ver código fonte

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

Julius Pfrommer 8 anos atrás
pai
commit
3a94d60e49
1 arquivos alterados com 1 adições e 1 exclusões
  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" {