Merge pull request #415 from dforsi/fix/cppcheck

Fix a [missingInclude] when running cppcheck --check-config
pull/420/head
Michael Black 2020-10-12 16:58:26 -05:00 zatwierdzone przez GitHub
commit 980ef1d88f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */
#include <math.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
@ -35,7 +36,6 @@
#include "parallel.h"
#include "misc.h"
#include "register.h"
#include "math.h"
static int
if100_set_position(ROT *rot, azimuth_t az, elevation_t el)