diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-22 16:46:44 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-22 16:46:44 +0000 |
| commit | 40ce2f606a82e8ba657070bba9552b5d35d46fc2 (patch) | |
| tree | 49cf4cbbee52948714431552a97b3bbf8e129368 /contrib | |
| parent | 644f2b7cdc7b03626cfaa28ce0e77dc65d779b01 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -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 2cafa018a119..1ec6400f6b07 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 |
