Fix a bug in handling prefixlengths that are not a multiple of 4.
[tinc] / have.h
diff --git a/have.h b/have.h
index db92058..cd7ad06 100644 (file)
--- a/have.h
+++ b/have.h
 #include <inttypes.h>
 #endif
 
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
 /* Include system specific headers */
 
 #ifdef HAVE_SYSLOG_H