added struct passwd

This commit is contained in:
chombier 2001-10-02 07:46:38 +00:00
parent 9c4a7befbb
commit 181c7b4992
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
/*#include <features.h>*/
#ifndef __const
#define __const const
#endif
__BEGIN_DECLS
#ifndef _BITS_TYPES_H