瀏覽代碼

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 12 年之前
父節點
當前提交
1ad6b022b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"