瀏覽代碼

Fix fails to build woth clang 3.1 #18667

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@228 7c53e7cc-98ea-0310-8f1f-a0b24da60408
iwamatsu 12 年之前
父節點
當前提交
c41326661d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      log.h

+ 6 - 0
log.h

@@ -1,6 +1,12 @@
 #ifndef _LOG_H_
 #define _LOG_H_
 
+#ifdef USE_CONSOLEKIT
+#include "Ck.h" 
+#endif
+#ifdef USE_CONSOLEKIT
+#include "PAM.h"
+#endif
 #include "const.h"
 #include <fstream>