Procházet zdrojové kódy

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

Julius Pfrommer před 8 roky
rodič
revize
2d97529d23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"