diff options
Diffstat (limited to 'graphics/hp2xx/patches/patch-ac')
-rw-r--r-- | graphics/hp2xx/patches/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/hp2xx/patches/patch-ac b/graphics/hp2xx/patches/patch-ac new file mode 100644 index 00000000000..cde9dcf349d --- /dev/null +++ b/graphics/hp2xx/patches/patch-ac @@ -0,0 +1,8 @@ +--- sources/picbuf.c.orig Thu Jul 9 11:36:03 1998 ++++ sources/picbuf.c Thu Jul 9 11:36:56 1998 +@@ -44,4 +44,5 @@ + #include <stdlib.h> + #include <string.h> ++#include <unistd.h> + #include <math.h> + #include "bresnham.h" |