mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 15:31:43 -04:00
14 lines
346 B
C++
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"
|