Преглед изворни кода

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

Julius Pfrommer пре 8 година
родитељ
комит
2d97529d23
1 измењених фајлова са 1 додато и 1 уклоњено
  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"