#include <sys/types.h> (perforce change 24073)

This commit is contained in:
Dag-Erling Smørgrav 2003-01-22 16:46:44 +00:00
parent 644f2b7cdc
commit 40ce2f606a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/openpam/dist/; revision=109686

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