kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compilation error in simid5100.c
Fixes: simid5100.c:90:35: error: ‘errno’ undeclared (first use in this function)pull/1725/head
rodzic
f4b95826d4
commit
584ddb001d
|
@ -10,6 +10,7 @@ struct ip_mreq
|
|||
};
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Ładowanie…
Reference in New Issue