diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/calibrator.c | 1 | ||||
-rw-r--r-- | src/calibrator.h | 1 |
3 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ install: bin/crt-calibrator install -dm755 -- "$(DESTDIR)$(BINDIR)" install -m755 bin/crt-calibrator -- "$(DESTDIR)$(BINDIR)/$(COMMAND)" install -dm755 -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)" - install -m644 COPYING LICNSE -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)" + install -m644 COPYING LICENSE -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)" .PHONY: uninstall diff --git a/src/calibrator.c b/src/calibrator.c index 32acb44..a22feb4 100644 --- a/src/calibrator.c +++ b/src/calibrator.c @@ -20,7 +20,6 @@ #include "gamma.h" #include "state.h" -#include <stdio.h> #include <unistd.h> #include <termios.h> #include <sys/types.h> diff --git a/src/calibrator.h b/src/calibrator.h index 828d780..7b823db 100644 --- a/src/calibrator.h +++ b/src/calibrator.h @@ -24,6 +24,7 @@ #include <stdint.h> #include <stddef.h> +#include <stdio.h> /** |