blob: 2c377c93b5c5d4379ba8fdfb8508d2035dcc0714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|