2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Include stddef.h for offsetof() definition.

This commit is contained in:
Todd C. Miller
2018-08-22 10:27:33 -06:00
parent dcf168e702
commit aaefdd7575
7 changed files with 12 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#if defined(HAVE_STDINT_H)