diff --git a/.gnulib b/.gnulib index 478c2dcc83..cbfd25f0ed 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8 +Subproject commit cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2 diff --git a/bootstrap.conf b/bootstrap.conf index 769e57cd86..7b2cd608b4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -46,6 +46,7 @@ gitlog-to-changelog gnumakefile ignore-value inet_pton +intprops ioctl maintainer-makefile manywarnings diff --git a/src/locking/domain_lock.c b/src/locking/domain_lock.c index feb3f98387..56b535f2c5 100644 --- a/src/locking/domain_lock.c +++ b/src/locking/domain_lock.c @@ -21,8 +21,6 @@ #include -#include - #include "domain_lock.h" #include "memory.h" #include "uuid.h" diff --git a/src/nwfilter/nwfilter_learnipaddr.c b/src/nwfilter/nwfilter_learnipaddr.c index ce845ac7a8..cf818a2121 100644 --- a/src/nwfilter/nwfilter_learnipaddr.c +++ b/src/nwfilter/nwfilter_learnipaddr.c @@ -37,10 +37,10 @@ #include #include #include -#include #include "internal.h" +#include "intprops.h" #include "buf.h" #include "memory.h" #include "logging.h"