#include <stddef.h> rather than <sys/types.h> (perforce change 24116)

This commit is contained in:
Dag-Erling Smørgrav 2003-01-23 21:37:53 +00:00
parent 40ce2f606a
commit 1e518e37e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/openpam/dist/; revision=109756

View File

@ -31,13 +31,13 @@
* 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#8 $
* $P4: //depot/projects/openpam/include/security/pam_types.h#9 $
*/
#ifndef _PAM_TYPES_H_INCLUDED
#define _PAM_TYPES_H_INCLUDED
#include <sys/types.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {