pkgsrc/chat/centericq/patches/patch-ab
kristerw b767310f09 Add a missing include file, and add a workaround for gcc 2.95 C++
header files not following the C++ standard...
2004-08-01 17:19:04 +00:00

12 lines
326 B
Text

$NetBSD: patch-ab,v 1.1 2004/08/01 17:19:04 kristerw Exp $
--- libmsn-0.1/msn/filetransfer.cpp.orig Sun Aug 1 18:33:02 2004
+++ libmsn-0.1/msn/filetransfer.cpp Sun Aug 1 18:35:26 2004
@@ -26,6 +26,7 @@
#include <msn/externals.h>
#ifndef WIN32
+#include <sys/time.h>
#include <unistd.h>
#include <sys/socket.h>
#else