Need to include limits.h

This commit is contained in:
Todd C. Miller
2010-02-21 21:19:07 -05:00
parent edd5184ac1
commit 80fae46be8

View File

@@ -43,6 +43,7 @@
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <fcntl.h>
#include <limits.h>
#include <stdarg.h>
#include <sudo_plugin.h>