aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/Wire/Wire.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Wire/Wire.h')
-rw-r--r--libraries/Wire/Wire.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/Wire/Wire.h b/libraries/Wire/Wire.h
index d2f3608..0640c3b 100644
--- a/libraries/Wire/Wire.h
+++ b/libraries/Wire/Wire.h
@@ -29,11 +29,11 @@
* interface to I2C (two-wire) communication.
*/
-#include "wirish.h"
-
#ifndef _WIRE_H_
#define _WIRE_H_
+#include <wirish/wirish.h>
+
typedef struct {
uint8 scl;
uint8 sda;