Include needed headers in rigs/dummy/rot_pstrotator.c

Per GitHub issue #1894, This file failed to build on FreeBSD.

Closes GitHub #1894.
pull/1916/head
Larry Gadallah 2025-09-07 08:48:31 -07:00 zatwierdzone przez Nate Bargmann
rodzic fd68f38743
commit 65c766e1b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FB2C5130D55A8819
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,17 @@
#include <sys/time.h>
#include <errno.h>
#include "hamlib/config.h"
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include "hamlib/rotator.h"
#include "dummy_common.h"
#include "rig.h"