summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--src/mod_webdav.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 74bca033..87cf8fc2 100644
--- a/configure.in
+++ b/configure.in
@@ -56,7 +56,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h \
sys/socket.h sys/time.h unistd.h sys/sendfile.h sys/uio.h \
getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \
sys/mman.h sys/event.h sys/port.h pwd.h sys/syslimits.h \
-sys/resource.h sys/un.h syslog.h sys/prctl.h])
+sys/resource.h sys/un.h syslog.h sys/prctl.h uuid/uuid.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
diff --git a/src/mod_webdav.c b/src/mod_webdav.c
index 3fd021f2..0ad12b1e 100644
--- a/src/mod_webdav.c
+++ b/src/mod_webdav.c
@@ -23,7 +23,7 @@
#include <sqlite3.h>
#endif
-#if defined(HAVE_LIBXML_H) && defined(HAVE_SQLITE3_H) && defined(HAVE_UUID_H)
+#if defined(HAVE_LIBXML_H) && defined(HAVE_SQLITE3_H) && defined(HAVE_UUID_UUID_H)
#define USE_LOCKS
#include <uuid/uuid.h>
#endif