1
1
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@36 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Aris Adamantiadis 2005-08-31 10:40:52 +00:00
родитель 1b20b8df85
Коммит 0c1ca983ed
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -24,6 +24,7 @@ clients must be made or how a client should react.
#ifdef HAVE_PTY_H #ifdef HAVE_PTY_H
#include <pty.h> #include <pty.h>
#endif #endif
#include <sys/ioctl.h>
#include <signal.h> #include <signal.h>
#include <errno.h> #include <errno.h>
#include <libssh/libssh.h> #include <libssh/libssh.h>

Просмотреть файл

@ -29,7 +29,7 @@ MA 02111-1307, USA. */
#ifdef HAVE_PAM_PAM_APPL_H #ifdef HAVE_PAM_PAM_APPL_H
#include <pam/pam_appl.h> #include <pam/pam_appl.h>
#else #else
#error your system has'nt PAM development files installed #error "your system has'nt PAM development files installed"
#endif #endif
#endif #endif