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
318 B
Plaintext
12 lines
318 B
Plaintext
$OpenBSD: patch-src_srcp-command_c,v 1.1.1.1 2010/12/11 11:14:54 sebastia Exp $
|
|
--- src/srcp-command.c.orig Sun Nov 28 19:18:17 2010
|
|
+++ src/srcp-command.c Sun Nov 28 19:18:30 2010
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
|
|
#include "config-srcpd.h"
|