Assign more suitable types and fix narrowing conversion warns.
[tinc] / src / rsa.h
index 9db9a8f..4410d5c 100644 (file)
--- a/src/rsa.h
+++ b/src/rsa.h
@@ -20,6 +20,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "system.h"
+
 #ifndef TINC_RSA_INTERNAL
 typedef struct rsa rsa_t;
 #endif