mtc_s16209x.c: Add missing header file

This driver uses flock(2) und thus must include sys/file.h

Signed-off-by: Harald Geyer <harald@ccbib.org>
This commit is contained in:
Harald Geyer
2016-07-25 12:44:31 +02:00
parent f73d2aca1e
commit bb7badfee2
+1
View File
@@ -49,6 +49,7 @@
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <sys/file.h>
#ifdef HAVE_CONFIG_H
# include "config.h"