]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
update configure
[bacula/bacula] / bacula / src / stored / stored.h
index 3e1f967752290314f81c1ba7fc67b548b78ea6ed..a15a36a73ee2e154fc6bb6a24c69d54d766e547a 100644 (file)
@@ -72,6 +72,10 @@ const int sd_dbglvl = 300;
 #else
 #define uLongf uint32_t
 #endif
+#ifdef HAVE_LZO
+#include <lzo/lzoconf.h>
+#include <lzo/lzo1x.h>
+#endif
 #ifdef HAVE_FNMATCH
 #include <fnmatch.h>
 #else