md5rec: the location of the header has changed
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Wed, 26 May 2010 13:08:42 +0200
changeset 124 8a983ee5fab7
parent 123 07b2c0b991af
child 125 9c0fdc119939
md5rec: the location of the header has changed i have moved the lsf.h header to lsf/lsf.h in the lsflib project committer: Markus Bröker <mbroeker@largo.homelinux.org>
md5rec.c
--- a/md5rec.c
+++ b/md5rec.c
@@ -5,7 +5,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <lsf.h>
+#include <lsf/lsf.h>
 
 int main (int argc, char **argv)
 {