Bläddra i källkod

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

Julius Pfrommer 8 år sedan
förälder
incheckning
3a94d60e49
1 ändrade filer med 1 tillägg och 1 borttagningar
  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" {