On Mon, Jan 22, 2018 at 03:57:16PM +0000, Rostislav Skudnov wrote: > u_int32_t type is defined in sys/types.h, which is often included by > glibc implicitly when some other headers are used, but other C libraries > such as musl may not necessarily do so, therefore an explicit include is > needed. > > Signed-off-by: Rostislav Skudnov <rostislav@xxxxxxxxxx> Hmm, no one is using dmiperf either, remove it too? Thanks, Eryu > --- > src/dmiperf.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/dmiperf.c b/src/dmiperf.c > index 245e529..359324a 100644 > --- a/src/dmiperf.c > +++ b/src/dmiperf.c > @@ -16,6 +16,7 @@ > * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > */ > > +#include <sys/types.h> > #include <sys/param.h> > #include <sys/stat.h> > #include <sys/time.h> > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe fstests" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html