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

This commit is contained in:
des 2003-01-23 21:37:53 +00:00
parent 96469890b5
commit 08883899a5

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" {