1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/plib/includes-fix.patch
Leonardo Arena 3d476a3d20 testing/plib: new aport
A portable game library
2017-01-06 15:32:39 +00:00

11 lines
255 B
Diff

# https://sourceforge.net/p/plib/bugs/53/
--- a/src/ssg/ssgLoadFLT.cxx
+++ b/src/ssg/ssgLoadFLT.cxx
@@ -103,6 +103,7 @@
#include <string.h>
#include <fcntl.h>
#include <stdio.h>
+#include <sys/types.h>
#ifdef UL_IRIX
# include <sys/endian.h>
#endif