From 492322211c6a432d000bc18fe57a659e910a05e5 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 20 Jul 2016 14:21:24 +0200 Subject: Adjust autoconf/make config for using gnulib + use config.h --- mcastseed/src/dgrambuf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mcastseed/src/dgrambuf.c') diff --git a/mcastseed/src/dgrambuf.c b/mcastseed/src/dgrambuf.c index e4c5e09..4863bb7 100644 --- a/mcastseed/src/dgrambuf.c +++ b/mcastseed/src/dgrambuf.c @@ -4,9 +4,10 @@ * Copyright 2016 by Ludovic Pouzenc */ #define _GNU_SOURCE /* See feature_test_macros(7) */ - #include "dgrambuf.h" +#include "config.h" + #include /* recvmmsg() _GNU_SOURCE */ #include /* calloc(), free(), qsort() */ #include /* perror() */ @@ -17,6 +18,7 @@ #include /* sigaction() */ #include /* alarm() */ #include /* SSIZE_MAX */ +#include "gl_rbtree_oset.h" /* Red-Black Tree Ordered Set, gnulib-tool --import rbtree-oset */ struct uint_pair { unsigned int index; -- cgit v1.2.3