Include sys/types.h for mode_t used in sudoers.h.

This commit is contained in:
Todd C. Miller
2017-12-16 20:55:01 -07:00
parent b78296197d
commit 428a487e0b

View File

@@ -16,6 +16,7 @@
#include <config.h> #include <config.h>
#include <sys/types.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H