1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

2 macosx patches

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@36 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2005-08-31 10:40:52 +00:00
parent 1b20b8df85
commit 0c1ca983ed
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -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