71d2945353
CenterIM is a text mode menu- and window-driven IM interface. ICQ, Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently supported. <...> from Gonzalo L. R. with some tweaks ok robert@
17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
$OpenBSD: patch-connwrap_connwrap_c,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
|
|
--- connwrap/connwrap.c.orig Tue Nov 23 20:03:04 2010
|
|
+++ connwrap/connwrap.c Tue Mar 20 15:57:32 2012
|
|
@@ -2,11 +2,11 @@
|
|
|
|
#include <config.h>
|
|
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <netdb.h>
|
|
-#include <netinet/in.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|