Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
add missing header for wait()
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko authored and heiko committed Oct 6, 2020
1 parent 9c57e27 commit 9275f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aflpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
This is the actual code for the library framework.
*/
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>

#include "aflpp.h"
Expand Down

0 comments on commit 9275f2b

Please sign in to comment.