541e99fb7d
DESCR: SRCP is an communication protocol designed to integrate all model railroad systems. Further key features are full multiuser capabilities and simplified user interface development.
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
$OpenBSD: patch-src_clientservice_c,v 1.1.1.1 2010/12/11 11:14:54 sebastia Exp $
|
|
--- src/clientservice.c.orig Sun Nov 28 19:02:08 2010
|
|
+++ src/clientservice.c Sun Nov 28 19:02:23 2010
|
|
@@ -14,6 +14,7 @@
|
|
*/
|
|
|
|
#include <errno.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
|
|
#include "clientservice.h"
|