src/routeros_api.h: Include stdint.h / inttypes.h for uint64_t.
[routeros-api.git] / src / routeros_api.h
index f1395c9..16ea503 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef ROUTEROS_API_H
 #define ROUTEROS_API_H 1
 
+#include <stdint.h>
+#include <inttypes.h>
+
 #include <routeros_version.h>
 
 #define ROUTEROS_API_PORT "8728"