diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh
index 336671e9fbef1ffdfc29996a73b45fe8d2830854..7ae9d711695b08446fc99678d654314e8451e3a7 100755
--- a/gitlab-ci/install-dependencies.sh
+++ b/gitlab-ci/install-dependencies.sh
@@ -26,7 +26,7 @@ exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/libeasy.git
 cd libeasy
 exec_cmd make CFLAGS+="-I/usr/include/libnl3"
 exec_cmd cp -a libeasy*.so* /usr/lib
-exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/
+exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h bufutil.h cryptutil.h ecc_cryptutil.h /usr/include/easy/
 
 cd /opt/dev
 rm -fr libwifi
diff --git a/src/Makefile b/src/Makefile
index 416b20eae4c00a665f324eb6ea67a49fb6a5884a..19892cfc1984e8385e604724a9efa3ae5d945091 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,7 +48,7 @@ all: version $(EXECS) $(LIBDM)
 
 hostmngr: $(OBJS)
 	$(CC) $(LDFLAGS) -L. -o $@ $^ $(LIBS)
-	
+
 $(LIBDM):
 	make -C bbf_plugin libhostmngr.so