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.

18 lines
436 B

--- src/lib/egif_lib.c.orig 2017-12-09 15:46:41.761228962 +0000
+++ src/lib/egif_lib.c 2017-12-09 15:47:16.631668749 +0000
@@ -25,6 +25,14 @@
#include "gif_lib.h"
#include "gif_lib_private.h"
+#ifndef S_IREAD
+#define S_IREAD 00400
+#endif
+
+#ifndef S_IWRITE
+#define S_IWRITE 00200
+#endif
+
/* Masks given codes to BitsPerPixel, to make sure all codes are in range: */
/*@+charint@*/
static const GifPixelType CodeMask[] = {