summaryrefslogtreecommitdiff
path: root/pullreqd.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-10 23:20:14 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-10 23:20:14 -0400
commitffc2fbd948d8ebb64dd917aeb679e18ecae3219b (patch)
treec959a852e495fb2214e80908bbbf346c318e2d8a /pullreqd.c
parentd7494dd77e51143d08ce23337f03f93a5286234a (diff)
Added the include for `netdb.h`.
Diffstat (limited to 'pullreqd.c')
-rw-r--r--pullreqd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pullreqd.c b/pullreqd.c
index 9f0a0f9..b3029ae 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -1,5 +1,6 @@
#include <arpa/inet.h>
#include <errno.h>
+#include <netdb.h>
#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>