mirror of https://github.com/macssh/macssh.git
added struct passwd
This commit is contained in:
parent
9c4a7befbb
commit
181c7b4992
|
@ -25,6 +25,10 @@
|
|||
|
||||
/*#include <features.h>*/
|
||||
|
||||
#ifndef __const
|
||||
#define __const const
|
||||
#endif
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#ifndef _BITS_TYPES_H
|
||||
|
|
Loading…
Reference in New Issue