[BACK]Return to patch-src_helper_replacements_h CVS log [TXT][DIR] Up to [local] / ports / devel / openocd / patches

File: [local] / ports / devel / openocd / patches / Attic / patch-src_helper_replacements_h (download)

Revision 1.1.1.1 (vendor branch), Wed May 27 12:11:51 2009 UTC (15 years, 1 month ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

import

$OpenBSD$
--- src/helper/replacements.h.orig	Wed May 27 08:19:04 2009
+++ src/helper/replacements.h	Wed May 27 08:20:11 2009
@@ -42,6 +42,7 @@
 #ifdef _WIN32
 #include <winsock2.h>
 #else
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/poll.h>
 #include <netinet/in.h>