fix build

This commit is contained in:
Michael Zanetti 2018-07-03 12:37:00 +02:00
parent b4d06d147e
commit 11b48c1592
2 changed files with 3 additions and 1 deletions

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Build-depends: debhelper (>= 0.0.0),
python:any,
qtbase5-dev,
qtconnectivity5-dev,
libi2c-dev:native,
libi2c-dev,
Standards-Version: 3.9.3

View File

@ -25,7 +25,9 @@
#include <stdlib.h>
#include <unistd.h>
extern "C" {
#include "linux/i2c-dev.h"
}
#include <sys/ioctl.h>
#include <fcntl.h>
#include <string.h>