common: fix incorrect include paths in log.[hc].
authorKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 30 Apr 2012 08:27:34 +0000 (11:27 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 30 Apr 2012 08:27:34 +0000 (11:27 +0300)
src/common/log.c
src/common/log.h

index bc14b02..8263319 100644 (file)
@@ -4,7 +4,7 @@
 #include <string.h>
 #include <stdarg.h>
 
-#include <common/log.h>
+#include <murphy/common/log.h>
 
 static int log_mask = MRP_LOG_MASK_ERROR;
 static const char *log_target = MRP_LOG_TO_STDERR;
index b03e75a..5315e2b 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <syslog.h>
 
-#include <common/macros.h>
+#include <murphy/common/macros.h>
 
 MRP_CDECL_BEGIN