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/x11-plugins/asapm/files/asapm-3.1-include.patch

11 lines
182 B

--- a/apm_read.c
+++ b/apm_read.c
@@ -13,6 +13,7 @@
*/
#include <stdio.h>
+#include <stdlib.h> /* exit(), free() */
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>