diff -r a76dc0db592c -r e8e7b46b705b rc433/rc433.h --- a/rc433/rc433.h Sat May 31 11:39:13 2014 +0200 +++ b/rc433/rc433.h Sat May 31 11:47:23 2014 +0200 @@ -15,6 +15,7 @@ #include #include +#ifdef HAVE_WIRINGPI_H /* wiringPi */ #include @@ -50,5 +51,7 @@ char *xstrcpy(char *); char *xstrcat(char *, char *); +#endif + #endif