Update Dutch translation.
[oweals/tinc.git] / src / net_packet.c
index 8b877c21a93e59349695fac2aef00542b3db1522..ffda5a1253702c3ae2733fbc084e65239f20380d 100644 (file)
 #include <openssl/hmac.h>
 
 #include <zlib.h>
+#ifdef HAVE_LZO_LZO1X_H
+#include <lzo/lzo1x.h>
+#endif
+#ifdef HAVE_LZO1X_H
 #include <lzo1x.h>
+#endif
 
 #include "avl_tree.h"
 #include "conf.h"