Explorar o código

use stdint.h since inttypes.h is not present on some embedded targets

Julius Pfrommer %!s(int64=9) %!d(string=hai) anos
pai
achega
2d97529d23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/ua_types.h

+ 1 - 1
include/ua_types.h

@@ -20,7 +20,7 @@
 extern "C" {
 #endif
 
-#include <inttypes.h>
+#include <stdint.h>
 #include <stdbool.h>
 #include "ua_config.h"
 #include "ua_constants.h"