openbsd-ports/misc/srcpd/patches/patch-src_srcp-command_c
sebastia 541e99fb7d import misc/srcpd: daemon to control digital model railroad systems
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.
2010-12-11 11:14:54 +00:00

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"