summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/popen
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/popen')
-rw-r--r--src/regress/lib/libc/popen/popen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libc/popen/popen.c b/src/regress/lib/libc/popen/popen.c
index 491c5becea..95ea67f31b 100644
--- a/src/regress/lib/libc/popen/popen.c
+++ b/src/regress/lib/libc/popen/popen.c
@@ -38,6 +38,7 @@
38 38
39#include <sys/param.h> 39#include <sys/param.h>
40 40
41#include <err.h>
41#include <errno.h> 42#include <errno.h>
42#include <paths.h> 43#include <paths.h>
43#include <stdio.h> 44#include <stdio.h>