summaryrefslogtreecommitdiff
path: root/bsd-waitpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-waitpid.c')
-rw-r--r--bsd-waitpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-waitpid.c b/bsd-waitpid.c
index fb17063a5..0bf4c7cd8 100644
--- a/bsd-waitpid.c
+++ b/bsd-waitpid.c
@@ -25,7 +25,7 @@
25#ifndef HAVE_WAITPID 25#ifndef HAVE_WAITPID
26#include <errno.h> 26#include <errno.h>
27#include <sys/wait.h> 27#include <sys/wait.h>
28#include <bsd-waitpid.h> 28#include "bsd-waitpid.h"
29 29
30pid_t 30pid_t
31waitpid(int pid, int *stat_loc, int options) 31waitpid(int pid, int *stat_loc, int options)