blob: a472e238f66fe140a220edd1c6a693a8ca115639 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff --git a/reglib.c b/reglib.c
index bc81974..1fafd37 100644
--- a/reglib.c
+++ b/reglib.c
@@ -9,6 +9,7 @@
#include <fcntl.h>
#include <stdbool.h>
#include <unistd.h>
+#include <string.h>
#include <arpa/inet.h> /* ntohl */
|