You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/dvisvgm/files/dvisvgm-1.0.8-darwin.patch

11 lines
173 B

--- src/Process.cpp
+++ src/Process.cpp
@@ -25,6 +25,7 @@
#include <fcntl.h>
#include <sys/wait.h>
#include <unistd.h>
+#include <signal.h>
#endif
#include <cstdlib>