From 27af878c2bbeae1aa2907a4dbd86f133df29f19f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Jan 2010 09:14:36 +0000 Subject: [PATCH] Tests: in tests/login_tests.c, change path of header utils.h --- tests/login_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/login_tests.c b/tests/login_tests.c index df2c54bb..bd086cd3 100644 --- a/tests/login_tests.c +++ b/tests/login_tests.c @@ -28,7 +28,7 @@ #include <../lasso/lasso.h> #include -#include "utils.h" +#include "../lasso/utils.h" #include "../lasso/backward_comp.h"