Skip to content

Commit

Permalink
build: Add missing sys/wait.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Nov 27, 2023
1 parent 36b2a1b commit 0daa583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ipc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "i3ipc++/ipc.hpp"

#include <json/json.h>
#include <sys/wait.h>

#include <auss.hpp>
#include <cstdio>
Expand Down

0 comments on commit 0daa583

Please sign in to comment.