Преглед на файлове

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"