aboutsummaryrefslogtreecommitdiffstats
path: root/dyndhcpd.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-09-30 09:15:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-09-30 09:15:55 +0200
commite86c874dbf0f88798688b5d7244e133c13e4a535 (patch)
tree01efb0c75707728f533ba6c4172d0f042f243ee3 /dyndhcpd.h
parent1e52ef295cff61cbc2dae72dbe3e409a66c0b302 (diff)
downloaddyndhcpd-e86c874dbf0f88798688b5d7244e133c13e4a535.tar.gz
dyndhcpd-e86c874dbf0f88798688b5d7244e133c13e4a535.tar.zst
use HOST_NAME_MAX from limits.h
Diffstat (limited to 'dyndhcpd.h')
-rw-r--r--dyndhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dyndhcpd.h b/dyndhcpd.h
index cbcffb2..9a84b55 100644
--- a/dyndhcpd.h
+++ b/dyndhcpd.h
@@ -14,6 +14,7 @@
#include <sys/socket.h>
#include <net/if.h>
#include <netdb.h>
+#include <limits.h>
#include <ifaddrs.h>
#include <stdio.h>
#include <stdlib.h>