Source files: s/libmikrotik/librouteros/
[routeros-api.git] / src / routeros_api.h
index 84e5600..55309e6 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * libmikrotik - src/mikrotik.h
+ * librouteros - src/routeros_api.h
  * Copyright (C) 2009  Florian octo Forster
  *
  * This program is free software; you can redistribute it and/or modify it
@@ -22,6 +22,8 @@
 #ifndef ROUTEROS_API_H
 #define ROUTEROS_API_H 1
 
+#include <routeros_version.h>
+
 #define ROUTEROS_API_PORT "8728"
 
 #ifdef __cplusplus