Add head guard.
[bertos.git] / bertos / algo / rand.h
index 18f2bb5fc2ebcfe6575ed1b144eff97904eaf78a..b724c3db142714ef8a361b4fba897068b592fedd 100644 (file)
@@ -37,5 +37,9 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
+#ifndef RAND_H
+#define RAND_H
+
 int rand(void);
 
+#endif