mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
- 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>
10 lines
198 B
C++
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 */
|