pkgsrc-ng/chat/spectrum/patches/patch-src_transport.h
2013-09-26 17:14:40 +02:00

14 lines
346 B
C++

$NetBSD: patch-src_transport.h,v 1.1 2012/06/25 08:52:18 fhajny Exp $
Fix for GCC 4.7.
--- src/transport.h.orig 2011-06-11 13:17:44.000000000 +0000
+++ src/transport.h
@@ -22,6 +22,7 @@
#define TRANSPORT_H
#include <iostream>
#include <string>
+#include "unistd.h"
#include "gloox/tag.h"
#include "gloox/siprofileft.h"
#include "parser.h"