Skip to content
Snippets Groups Projects
Commit cf87b93c authored by Morris Jette's avatar Morris Jette
Browse files

Add missing poll.h header

parent b329a839
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include <sys/types.h> /* for pid_t */ #include <sys/types.h> /* for pid_t */
#include <sys/signal.h> /* for SIGKILL */ #include <sys/signal.h> /* for SIGKILL */
#endif #endif
#include <poll.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/errno.h> #include <sys/errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment