Fix warnings.
[bertos.git] / app / randpool / randpool_demo.c
index 612eda4c96317b75b73e47ba423fe5b505619b0e..3010cd107f3ffd63d5f95f9cf4d84936d64fcccd 100644 (file)
@@ -60,8 +60,8 @@
 #include <string.h>
 #include <cfg/compiler.h>
 #include <drv/timer.h>
-#include <algos/md2.h> 
-#include <algos/randpool.h>
+#include <algo/md2.h> 
+#include <algo/randpool.h>
 #include <unistd.h>
 
 #define LEN 256      //Size of buffer containing a random number.