summaryrefslogtreecommitdiff
path: root/src/openbsd.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2015-06-20 05:34:35 -0600
committerTodd C. Miller <Todd.Miller@courtesan.com>2015-06-20 05:34:35 -0600
commiteeea5c9132bb83d41d3a97862ae83217234716d9 (patch)
tree1ebf72aac07749c3dee845673172bce929e13834 /src/openbsd.c
parent70bee0a18f5ba0249a3bd09b4d18d80a8e5d3c16 (diff)
downloadsudo-eeea5c9132bb83d41d3a97862ae83217234716d9.tar.gz
Only include stddef.h where it is needed.
Diffstat (limited to 'src/openbsd.c')
-rw-r--r--src/openbsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openbsd.c b/src/openbsd.c
index 585f84cdf..fb889e83c 100644
--- a/src/openbsd.c
+++ b/src/openbsd.c
@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stddef.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif /* HAVE_STRING_H */