summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-10-21 14:13:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-10-21 14:13:31 +0200
commitbc608737924c3c87d328b26654a16c7adc01bf4d (patch)
tree788df18aeddec1fb449d8110d5361a7b2559a8fa /dyndhcpd.c
parenta486c19d2c76e5d9f64779b42b195d8f2e371291 (diff)
downloaddyndhcpd-bc608737924c3c87d328b26654a16c7adc01bf4d.tar.gz
dyndhcpd-bc608737924c3c87d328b26654a16c7adc01bf4d.tar.zst
use ISO C11 standard
Diffstat (limited to 'dyndhcpd.c')
-rw-r--r--dyndhcpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dyndhcpd.c b/dyndhcpd.c
index 59a197a..16b4941 100644
--- a/dyndhcpd.c
+++ b/dyndhcpd.c
@@ -7,6 +7,8 @@
* This is an example code skeleton provided by vim-skeleton.
*/
+#define _GNU_SOURCE
+
#include <arpa/inet.h>
#include <sys/socket.h>
#include <net/if.h>