From: Florian Forster Date: Thu, 26 Nov 2009 10:56:33 +0000 (+0100) Subject: src/routeros_api.h: Include stdint.h / inttypes.h for uint64_t. X-Git-Tag: librouteros-0.2.0~16 X-Git-Url: https://git.octo.it/?p=routeros-api.git;a=commitdiff_plain;h=070b648ddf4a4934ed2e5a8ec20d40143cb125ad src/routeros_api.h: Include stdint.h / inttypes.h for uint64_t. --- diff --git a/src/routeros_api.h b/src/routeros_api.h index f1395c9..16ea503 100644 --- a/src/routeros_api.h +++ b/src/routeros_api.h @@ -22,6 +22,9 @@ #ifndef ROUTEROS_API_H #define ROUTEROS_API_H 1 +#include +#include + #include #define ROUTEROS_API_PORT "8728"