Browse Source

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 11 years ago
parent
commit
c41326661d
1 changed files with 6 additions and 0 deletions
  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>