need stddef.h for offsetof

This commit is contained in:
christos 2017-01-12 23:06:23 +00:00
parent 0473a38167
commit de913159af
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pppd.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */
/* $NetBSD: pppd.h,v 1.5 2017/01/12 23:06:23 christos Exp $ */
/*
* pppd.h - PPP daemon global declarations.
@ -53,6 +53,7 @@
#include <stdio.h> /* for FILE */
#include <limits.h> /* for NGROUPS_MAX */
#include <stddef.h> /* offsetof() */
#include <sys/param.h> /* for MAXPATHLEN and BSD4_4, if defined */
#include <sys/types.h> /* for u_int32_t, if defined */
#include <sys/time.h> /* for struct timeval */