chiark / gitweb /
Fix includes (#5980)
authorMatija Skala <mskala@gmx.com>
Fri, 19 May 2017 14:01:35 +0000 (16:01 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:46:52 +0000 (09:46 +0200)
Needed on musl.

src/libelogind/sd-event/test-event.c

index c0e5e06a18459392d9f099ea099c436217609b97..8425378f3438f299c1657f83597fd66cb6aba18c 100644 (file)
@@ -17,6 +17,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <sys/wait.h>
+
 #include "sd-event.h"
 
 #include "fd-util.h"