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-misc/xbatt/files/xbatt-1.2.1-implicits.patch

15 lines
301 B

Fix implicit functions declarations
--- a/xbatt.c
+++ b/xbatt.c
@@ -47,6 +47,9 @@
#include <time.h>
#include <sys/file.h>
#include <sys/ioctl.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#include <X11/Intrinsic.h>
#include <X11/Shell.h>