[Libdlo] [PATCH 3/4] test1.c: fix build error if libdlo is not yet installed on the machine

Greg KH greg at kroah.com
Fri May 22 15:54:17 PDT 2009


From: Greg Kroah-Hartman <gregkh at suse.de>

Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 test/test1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test1.c b/test/test1.c
index 7b03f6f..6333254 100644
--- a/test/test1.c
+++ b/test/test1.c
@@ -25,7 +25,7 @@
 #include <time.h>
 
 #include "sys/time.h"
-#include "libdlo.h"
+#include "../src/libdlo.h"
 #include "../src/dlo_defs.h"
 
 
-- 
1.6.3.1



More information about the Libdlo mailing list