lookip: Explicitly include string.h for strcpy()

This commit is contained in:
Tobias Brunner
2022-10-03 17:36:17 +02:00
parent ff21f8affe
commit 3cc5a670b5
+1
View File
@@ -22,6 +22,7 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <getopt.h>
#include <arpa/inet.h>