Fix warning

This commit is contained in:
Peter J. Holzer 2022-08-11 15:46:13 +02:00
parent 3a5268c37a
commit ca9306318b
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "hstrerror.h" #include "hstrerror.h"
char *cmnd; char *cmnd;