fixed imports
diff --git a/includes/gpio.c b/includes/gpio.c
index 53f882d..0177c17 100644
--- a/includes/gpio.c
+++ b/includes/gpio.c
@@ -43,7 +43,8 @@
 	
 	if (read(gpio->fd,&buf,1) != 1)
 	{
-		g_print("read error\n");
+		//g_print("read error\n");
+		//TODO: error handling
 	}
 	if (buf[0]=='1') {
 		return 1;