summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-05-22 15:54:00 -0700
committerlibdlo <libdlo@displaylink.com>2009-05-22 21:07:29 -0700
commitf17e54765a683bc793faa5889aabb3d32a8e416f (patch)
tree3bfa01e2f714cfa14d478872ebada13e24006d95
parentd7a0aa6a0756f0f42669c562ecb37a15a17eab07 (diff)
test1.c: fix build error if libdlo is not yet installed on the machine
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--test/test1.c2
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"