Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Extra header needed by FreeBSD to know SIGCHILD
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 May 2020 15:39:11 +0000 (17:39 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 May 2020 15:39:11 +0000 (17:39 +0200)
src/mc/remote/EventLoop.cpp

index 6ea7232..3b1b1b9 100644 (file)
@@ -4,6 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/mc/remote/EventLoop.hpp"
+#include <signal.h>
 #include <sys/wait.h>
 
 simgrid::mc::EventLoop::~EventLoop()