]> granicus.if.org Git - sudo/commitdiff
Add missing fcntl.h include.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Jun 2015 18:19:17 +0000 (12:19 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Jun 2015 18:19:17 +0000 (12:19 -0600)
lib/util/regress/mktemp/mktemp_test.c

index b6b6d7640817469ecb1c6f2897b016f82e451da1..c8b9cebb6467f91864c6eef9100ba3b36d48e5f6 100644 (file)
@@ -24,6 +24,7 @@
 #ifdef HAVE_STRINGS_H
 # include <strings.h>
 #endif /* HAVE_STRINGS_H */
+#include <fcntl.h>
 #include <unistd.h>
 
 #define SUDO_ERROR_WRAP 0