openbsd-ports/games/castle-combat/patches/patch-src_net_c

13 lines
362 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_net_c,v 1.1 2003/03/06 01:09:28 pvalchev Exp $
--- src/net.c.orig Wed Mar 6 10:17:42 2002
+++ src/net.c Wed Mar 5 18:02:41 2003
@@ -1,7 +1,7 @@
-#include "SDL_net/SDL_net.h"
#include "main.h"
#include "server.h"
#include "string.h"
+#include <SDL/SDL_net.h>
static TCPsocket tcpsock = NULL;
static SDLNet_SocketSet socketset = NULL;