brewco/util.h

changeset 480
1992db823b7e
parent 471
1564b60558b1
--- a/brewco/util.h	Sun Dec 27 20:52:52 2015 +0100
+++ b/brewco/util.h	Thu Dec 31 20:52:28 2015 +0100
@@ -5,7 +5,9 @@
 int  mkdirs(char *, mode_t);
 int  file_exist(char *, int);
 int  file_cp(char *, char *);
+#ifndef HAVE_WIRINGPI_H
 long millis(void);
+#endif
 void hlt_status(int);
 void mlt_status(int);
 void pump_status(int);

mercurial