Skip to content

Commit

Permalink
fix PAM.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
sip committed Jul 19, 2007
1 parent 6c3d2d8 commit 53056cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PAM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
*/
#include <PAM.h>
#include <string>
#include <iostream>
#include "PAM.h"

namespace PAM {
Exception::Exception(pam_handle_t* _pam_handle,
Expand Down

0 comments on commit 53056cf

Please sign in to comment.