소스 검색

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

Julius Pfrommer 9 년 전
부모
커밋
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"