mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-18 00:43:48 +02:00
fix build
This commit is contained in:
parent
b4d06d147e
commit
11b48c1592
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user