kopia lustrzana https://github.com/Hamlib/Hamlib
Add includes to amplifiers/*/*.c
rodzic
213e7751bf
commit
e90cc5fb0e
|
@ -22,6 +22,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "kpa.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/amp_state.h"
|
||||
|
||||
struct fault_list
|
||||
{
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "register.h"
|
||||
|
||||
#include "kpa.h"
|
||||
#include "hamlib/port.h"
|
||||
|
||||
|
||||
struct kpa_priv_data *kpa1500_priv;
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "expert.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/amp_state.h"
|
||||
#include "register.h"
|
||||
#include "misc.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "register.h"
|
||||
|
||||
#include "gemini.h"
|
||||
|
||||
#include "hamlib/port.h"
|
||||
|
||||
struct gemini_priv_data *gemini_priv;
|
||||
/*
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include <string.h>
|
||||
#include "misc.h"
|
||||
#include "gemini.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/amp_state.h"
|
||||
|
||||
#if 0
|
||||
struct fault_list
|
||||
|
|
Ładowanie…
Reference in New Issue