From 291b4cfa90ea4486022ffd7325fa615a2aacd3c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Aug 2014 01:10:15 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- src/calibrator.c | 1 - src/calibrator.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ac47448..61ef07c 100644 --- a/Makefile +++ b/Makefile @@ -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 #include #include #include 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 #include +#include /** -- cgit v1.2.3-70-g09d2