15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
$OpenBSD: patch-src_player_c,v 1.11 2012/06/12 14:45:06 dcoppa Exp $
|
|
|
|
Add missing include
|
|
|
|
--- src/player.c.orig Sun May 6 16:33:54 2012
|
|
+++ src/player.c Mon May 28 10:51:30 2012
|
|
@@ -28,6 +28,7 @@ THE SOFTWARE.
|
|
#include <math.h>
|
|
#include <stdint.h>
|
|
#include <limits.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
#include "player.h"
|