src/uncooloff.c: Fix compile error

Origin commit data
------------------
Branch: ni/coolstream
Commit: a3bd6bb4de
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-03-14 (Tue, 14 Mar 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-03-14 00:04:03 +01:00
parent 0b7c80d717
commit 427083339f

View File

@@ -11,6 +11,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <time.h>
#include <unistd.h>
#include <sys/ioctl.h>