diff options
Diffstat (limited to 'x11-fm/endeavour/files/patch-ae')
-rw-r--r-- | x11-fm/endeavour/files/patch-ae | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-fm/endeavour/files/patch-ae b/x11-fm/endeavour/files/patch-ae new file mode 100644 index 000000000000..295bcb81a15c --- /dev/null +++ b/x11-fm/endeavour/files/patch-ae @@ -0,0 +1,16 @@ +--- fass.h.orig Thu Oct 7 01:19:46 1999 ++++ fass.h Thu Oct 7 13:52:49 1999 +@@ -2,12 +2,10 @@ + #define FASS_H + + ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <malloc.h> +- +-#include <sys/bitypes.h> + + #ifdef __linux__ + #include <linux/limits.h> |