aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 15:48:59 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 15:48:59 +0300
commitbabd5c07d02cd240c8d0e01bdf2edfbef0c5774e (patch)
tree37ac2a77fde8c378ad7a3da4a40b30c501e5a05b /src
parentd73567ebdf054eb6de6dea72250ef164e4c50eec (diff)
downloadgrecs-babd5c07d02cd240c8d0e01bdf2edfbef0c5774e.tar.gz
grecs-babd5c07d02cd240c8d0e01bdf2edfbef0c5774e.tar.bz2
Add a missing include
Diffstat (limited to 'src')
-rw-r--r--src/cidr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cidr.c b/src/cidr.c
index 7566fa6..d81baa4 100644
--- a/src/cidr.c
+++ b/src/cidr.c
@@ -23,6 +23,7 @@
23#include <netinet/in.h> 23#include <netinet/in.h>
24#include <arpa/inet.h> 24#include <arpa/inet.h>
25#include <stdlib.h> 25#include <stdlib.h>
26#include <string.h>
26#include "grecs.h" 27#include "grecs.h"
27 28
28static void 29static void

Return to:

Send suggestions and report system problems to the System administrator.