Use 64 bit counters to keep track of bytes sent/received from the virtual network...
[tinc] / lib / xmalloc.c
index 9563391..4e79aff 100644 (file)
@@ -34,6 +34,7 @@ void *realloc ();
 void free ();
 #endif
 
+#include "dropin.h"
 #include "xalloc.h"
 
 #ifndef EXIT_FAILURE