aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 2920a2a..383884d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,6 +11,7 @@
#include <linux/i2c-dev.h>
+#include <linux/i2c.h>
#include <sys/ioctl.h>
#include "deftypes.h"
@@ -18,8 +19,8 @@
#include "hih61xx.h"
#include "hmc5883.h"
-#define VERSION 1.24
-
+#define VERSION 1.25
+
// extern void lm75_print_help(void);
// extern void lm75_read_all(const char *opts);
// extern void lm75_read_one(const char *opts);