Przeglądaj źródła

added missing include for osx

Nicolas Cannasse 7 lat temu
rodzic
commit
a3abb57550
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/std/process.c

+ 1 - 0
src/std/process.c

@@ -27,6 +27,7 @@
 #	include <sys/types.h>
 #	include <sys/types.h>
 #	include <unistd.h>
 #	include <unistd.h>
 #	include <errno.h>
 #	include <errno.h>
+#	include <signal.h>
 #	if !defined(HL_MAC)
 #	if !defined(HL_MAC)
 #		if defined(HL_BSD) || defined (HL_IOS) || defined (HL_TVOS)
 #		if defined(HL_BSD) || defined (HL_IOS) || defined (HL_TVOS)
 #			include <sys/wait.h>
 #			include <sys/wait.h>