[folks] Fix build



commit 3f02098bbb5dfbc8d04f1f0ac8d3d9ed4feb2120
Author: Ray Strode <rstrode redhat com>
Date:   Fri May 11 12:03:50 2012 -0400

    Fix build
    
    commit 9b5b7798fee20b88cab2cf78f43b4843aa8718a2 resynced
    the unit test lib from tp-glib.  Unfortunately, it broke
    the build because util.h is in a slightly different place
    on disk.
    
    This commit updates the #include line to fix the build again.

 tests/lib/telepathy/contactlist/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/util.c b/tests/lib/telepathy/contactlist/util.c
index 5cb6d23..a3b7bab 100644
--- a/tests/lib/telepathy/contactlist/util.c
+++ b/tests/lib/telepathy/contactlist/util.c
@@ -10,7 +10,7 @@
 
 #include "config.h"
 
-#include "tests/lib/util.h"
+#include "util.h"
 
 #include <telepathy-glib/connection.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]