Skip to content

Commit

Permalink
Merge pull request #40 from rburchell/master
Browse files Browse the repository at this point in the history
sensorfw-hybris: Build under GCC 4.8
  • Loading branch information
rburchell committed Oct 10, 2014
2 parents bf62e16 + 33dd3e9 commit 95e5b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adaptors/hybrisproximityadaptor/hybrisproximityadaptor.cpp
Expand Up @@ -27,6 +27,7 @@
#include "datatypes/utils.h"
#include <hardware/sensors.h>
#include <fcntl.h>
#include <unistd.h>

HybrisProximityAdaptor::HybrisProximityAdaptor(const QString& id) :
HybrisAdaptor(id,SENSOR_TYPE_PROXIMITY)
Expand Down

0 comments on commit 95e5b49

Please sign in to comment.