src/uncooloff.c: Fix compile error

This commit is contained in:
M. Liebmann
2017-03-14 00:04:03 +01:00
parent bfcf4057d5
commit a3bd6bb4de

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>