Browse Source

Compiling clang fix error: call to function 'operator<<' that is neither visible in the template definition nor found by

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Konstantin Goncharik 11 years ago
parent
commit
1ad6b022b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      log.h

+ 1 - 1
log.h

@@ -4,7 +4,7 @@
 #ifdef USE_CONSOLEKIT
 #include "Ck.h" 
 #endif
-#ifdef USE_CONSOLEKIT
+#ifdef USE_PAM
 #include "PAM.h"
 #endif
 #include "const.h"