diff options
author | des <des@FreeBSD.org> | 2003-01-22 16:46:44 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-01-22 16:46:44 +0000 |
commit | 96469890b583f8aaab787449e8e4943f3eb5766d (patch) | |
tree | 49cf4cbbee52948714431552a97b3bbf8e129368 /contrib/openpam | |
parent | 99ec0b3f5a42e8571fc3ca5a18a100073522946b (diff) | |
download | FreeBSD-src-96469890b583f8aaab787449e8e4943f3eb5766d.zip FreeBSD-src-96469890b583f8aaab787449e8e4943f3eb5766d.tar.gz |
#include <sys/types.h> (perforce change 24073)
Diffstat (limited to 'contrib/openpam')
-rw-r--r-- | contrib/openpam/include/security/pam_types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/openpam/include/security/pam_types.h b/contrib/openpam/include/security/pam_types.h index 2cafa01..1ec6400 100644 --- a/contrib/openpam/include/security/pam_types.h +++ b/contrib/openpam/include/security/pam_types.h @@ -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 |