ports/irc/minbif/files/patch-src__im__account.cpp
Pawel Pekala 3895939876 - Fix build with clang
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Support staging

While I'm here use option helpers where possible.

PR:		ports/184816
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 15:34:12 +00:00

10 lines
198 B
C++

--- src/im/account.cpp.orig
+++ src/im/account.cpp
@@ -18,6 +18,7 @@
#include <cassert>
#include <cstring>
+#include <unistd.h>
#ifdef HAVE_IMLIB
#include <Imlib2.h>
#endif /* HAVE_IMLIB */