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/sci-electronics/gwave/files/gwave-20120229_stdlib.patch

12 lines
396 B

diff -ur gwave-code-249-trunk.orig/src/xgserver.c gwave-code-249-trunk/src/xgserver.c
--- gwave-code-249-trunk.orig/src/xgserver.c 2016-08-15 13:12:41.694012802 -0600
+++ gwave-code-249-trunk/src/xgserver.c 2016-08-15 13:13:26.810327097 -0600
@@ -22,6 +22,7 @@
#include <sys/time.h>
#include <unistd.h>
#include <signal.h>
+#include <stdlib.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>