kopia lustrzana https://github.com/Hamlib/Hamlib
Added stdbool.h for c99 compilers in drake.c
rodzic
3ff4bc99cc
commit
db863a6921
|
@ -23,6 +23,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h> /* String function definitions */
|
||||
#include <unistd.h> /* UNIX standard function definitions */
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "serial.h"
|
||||
|
|
Ładowanie…
Reference in New Issue