src/routeros_api.h: Include stdint.h / inttypes.h for uint64_t.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 26 Nov 2009 10:56:33 +0000 (11:56 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 26 Nov 2009 10:56:33 +0000 (11:56 +0100)
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"