mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
#include <sys/types.h> (perforce change 24073)
This commit is contained in:
parent
644f2b7cdc
commit
40ce2f606a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue