From 46724b87b769ff50e1e6b90d2aabc50b8ba7c1a9 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 6 Dec 2011 19:54:48 -0800 Subject: Added some include files in a couple of example programs This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy. --- docs/examples/externalsocket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/externalsocket.c') diff --git a/docs/examples/externalsocket.c b/docs/examples/externalsocket.c index 5951c078e..c4abafd87 100644 --- a/docs/examples/externalsocket.c +++ b/docs/examples/externalsocket.c @@ -36,6 +36,7 @@ #else #include /* socket types */ #include /* socket definitions */ +#include #include /* inet (3) funtions */ #include /* misc. UNIX functions */ #endif -- cgit v1.2.3