summaryrefslogtreecommitdiff
path: root/mcastseed/src/mcastseed.c
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-07-20 14:21:24 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-07-20 14:21:24 +0200
commit492322211c6a432d000bc18fe57a659e910a05e5 (patch)
tree54a188389db3c09e53ff689d7bd628e31b778214 /mcastseed/src/mcastseed.c
parent6d1adde7f4d51ec8d29d98920f2d22401a7a0e12 (diff)
downloadeficast-492322211c6a432d000bc18fe57a659e910a05e5.tar.gz
eficast-492322211c6a432d000bc18fe57a659e910a05e5.tar.bz2
eficast-492322211c6a432d000bc18fe57a659e910a05e5.zip
Adjust autoconf/make config for using gnulib + use config.h
Diffstat (limited to 'mcastseed/src/mcastseed.c')
-rw-r--r--mcastseed/src/mcastseed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcastseed/src/mcastseed.c b/mcastseed/src/mcastseed.c
index 04d5575..3e8b50c 100644
--- a/mcastseed/src/mcastseed.c
+++ b/mcastseed/src/mcastseed.c
@@ -7,6 +7,7 @@
* http://cboard.cprogramming.com/showthread.php?t=67469
*/
#define _GNU_SOURCE /* See feature_test_macros(7) */
+#include "config.h"
#include <unistd.h> /* close() */
#include <stdio.h> /* fprintf(), stderr */