Assign more suitable types and fix narrowing conversion warns.
[tinc] / src / dropin.c
index 2d08dc4..3c950ad 100644 (file)
 
 #include "system.h"
 
+#ifndef HAVE_ASPRINTF
+#include "xalloc.h"
+#endif
+
 #ifndef HAVE_DAEMON
 /*
   Replacement for the daemon() function.