[sawfish] updated for librep 0.90.5 header directory change



commit 6c514c49ec402edc199b0e12c91810d2f63ac299
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sat Jan 2 01:00:40 2010 +0100

    updated for librep 0.90.5 header directory change

 src/client.c  |    2 +-
 src/sawfish.h |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/client.c b/src/client.c
index 0f34a3e..bcafcb7 100644
--- a/src/client.c
+++ b/src/client.c
@@ -22,7 +22,7 @@
 
 #include "libclient.h"
 #include <stdlib.h>
-#include <rep.h>
+#include <rep/rep.h>
 
 static repv display;
 
diff --git a/src/sawfish.h b/src/sawfish.h
index b2b2997..1a6fb7e 100644
--- a/src/sawfish.h
+++ b/src/sawfish.h
@@ -26,9 +26,11 @@
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
+#else
+#include "sawfish_config.h"
 #endif
 
-#include <rep.h>
+#include <rep/rep.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdarg.h>



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