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/media-libs/urt/files/urt-3.1b-solaris.patch

15 lines
281 B

usage of errno requires errno.h
Fabian Groffen <grobian@gentoo.org>
--- a/get/getx11/x11_stuff.c
+++ b/get/getx11/x11_stuff.c
@@ -42,6 +42,7 @@
#ifdef X_SHARED_MEMORY
#include <sys/errno.h>
#endif
+#include <errno.h>
#include "circle.bitmap"
#include "circle_mask.bitmap"