ソースを参照

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"