Include pathnames.h for /dev/fd on FreeBSD and Mac OS X.

This commit is contained in:
Todd C. Miller
2017-07-27 20:51:21 -06:00
parent ec45b77d04
commit 5a6b8a78f1

View File

@@ -32,6 +32,7 @@
#endif
#include "sudo_compat.h"
#include "pathnames.h"
#ifndef _POSIX_OPEN_MAX
# define _POSIX_OPEN_MAX 20