Browse Source

fix PAM.h include

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@149 7c53e7cc-98ea-0310-8f1f-a0b24da60408
sip 16 years ago
parent
commit
18db5d671b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PAM.cpp

+ 1 - 1
PAM.cpp

@@ -6,9 +6,9 @@
    the Free Software Foundation; either version 2 of the License, or
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    (at your option) any later version.
 */
 */
-#include <PAM.h>
 #include <string>
 #include <string>
 #include <iostream>
 #include <iostream>
+#include "PAM.h"
 
 
 namespace PAM {
 namespace PAM {
     Exception::Exception(pam_handle_t* _pam_handle,
     Exception::Exception(pam_handle_t* _pam_handle,