freebsd-ports/emulators/pcsxr/files/patch-libpcsxcore-socket.c
Ganael LAPLANCHE b2e8b17df8 - Update to 1.9.92.r62569 (SVN rev. 62569)
- Add a LOCAL mirror
- Use REINPLACE_CMD instead of SED
- Cleanup Makefile (wrap long lines, remove useless comments)

Approved by:	ehaupt (mentor)
Feature safe:	yes
2011-01-31 09:03:02 +00:00

10 lines
281 B
C

--- libpcsxcore/socket.c.orig 2011-01-21 18:06:44.210865888 +0100
+++ libpcsxcore/socket.c 2011-01-21 18:07:58.238538120 +0100
@@ -23,6 +23,7 @@
#include "socket.h"
#ifndef _WIN32
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>