Include missing header.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Oct 2009 12:22:20 +0000 (14:22 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Oct 2009 12:22:20 +0000 (14:22 +0200)
lib/xmalloc.c

index 9563391ec688535f110d919772184b90831b5aec..4e79aff98ea0c7d6abe8df170de91ada67d96f34 100644 (file)
@@ -34,6 +34,7 @@ void *realloc ();
 void free ();
 #endif
 
+#include "dropin.h"
 #include "xalloc.h"
 
 #ifndef EXIT_FAILURE