ports/irc/minbif/files/patch-src__im__auth_pam.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
194 B
C++

--- src/im/auth_pam.cpp.orig
+++ src/im/auth_pam.cpp
@@ -19,6 +19,7 @@
#include <cstring>
#include <cerrno>
#include <sys/types.h>
+#include <unistd.h>
#include <pwd.h>
#include "auth.h"