summaryrefslogtreecommitdiff
path: root/package/ulogd/patches/patch-configure_ac
blob: 62d85d459f4775e5c9fa31808f4eef4a5e586663 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ulogd-2.0.4.orig/configure.ac	2014-03-23 16:30:50.000000000 +0100
+++ ulogd-2.0.4/configure.ac	2014-04-16 06:48:35.000000000 +0200
@@ -24,7 +24,7 @@ AC_SUBST([libdl_LIBS])
 dnl Checks for header files.
 AC_HEADER_DIRENT
 AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h unistd.h)
+AC_CHECK_HEADERS(fcntl.h unistd.h sys/queue.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST