Explorar el Código

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 hace 12 años
padre
commit
c41326661d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>