#include <sys/types.h> (for size_t) against my better judgement.

Solaris does it too, so at least I'm not the odd one out.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@198 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-01-22 17:44:40 +00:00
parent 8315910546
commit 26767ae03c
1 changed files with 3 additions and 1 deletions

View File

@ -31,12 +31,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/include/security/pam_types.h#7 $
* $P4: //depot/projects/openpam/include/security/pam_types.h#8 $
*/
#ifndef _PAM_TYPES_H_INCLUDED
#define _PAM_TYPES_H_INCLUDED
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif