# HG changeset patch
# User Markus Bröker <mbroeker@largo.dyndns.tv>
# Date 1274872122 -7200
# Node ID 8a983ee5fab77cbe37756016ddf7b454b4ef1d17
# Parent  07b2c0b991afd2425624b09cd541c2e21e8c8b7d
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>

diff --git a/md5rec.c b/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)
 {