Fix compile error on mingw with network.c

pull/1441/head
Mike Black W9MDB 2023-11-29 12:47:38 -06:00
rodzic 07f57cfc18
commit 756fad1c72
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,6 @@
#include <errno.h> /* Error number definitions */
#include <sys/types.h>
#include <signal.h>
#include <execinfo.h>
#include <pthread.h>
#ifdef HAVE_NETINET_IN_H