kopia lustrzana https://github.com/Hamlib/Hamlib
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
rodzic
fd68f38743
commit
65c766e1b3
|
@ -23,6 +23,17 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <errno.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 "hamlib/rotator.h"
|
||||||
#include "dummy_common.h"
|
#include "dummy_common.h"
|
||||||
#include "rig.h"
|
#include "rig.h"
|
||||||
|
|
Ładowanie…
Reference in New Issue