diff --git a/.gnulib b/.gnulib index 478c2dcc839e5f4765e6417684ce414e2d4973a8..cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8 +Subproject commit cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2 diff --git a/bootstrap.conf b/bootstrap.conf index 769e57cd860f7dcf50d0c7793fe77340499e94c5..7b2cd608b495a6a5c545913c6e3a867460956350 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 feb3f983874a9f036f01d985c94fbf20f40b5f73..56b535f2c543cab10355a5dcd69b1cf2858ef768 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 ce845ac7a80fe965a49a9a41dafcb6ce5d72fe4a..cf818a21215ce700e2f22b7d5939ad5c5be22732 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"