diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-01 21:44:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-01 21:44:53 +0000 |
commit | 629f1f8feabefee89575de74e2f09a10812e0f46 (patch) | |
tree | 861c1f89bc70c28ff7e133efa61c37cfb61a059a /databases/libhsclient/files/patch-libhsclient_fatal.cpp | |
parent | devel/gwenhywfar-fox16: add <unistd.h> for modern compilers (diff) |
databases/libhsclient: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=329001
Diffstat (limited to 'databases/libhsclient/files/patch-libhsclient_fatal.cpp')
-rw-r--r-- | databases/libhsclient/files/patch-libhsclient_fatal.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/libhsclient/files/patch-libhsclient_fatal.cpp b/databases/libhsclient/files/patch-libhsclient_fatal.cpp new file mode 100644 index 000000000000..99b5c5148dc0 --- /dev/null +++ b/databases/libhsclient/files/patch-libhsclient_fatal.cpp @@ -0,0 +1,10 @@ +--- libhsclient/fatal.cpp.orig 2011-06-14 03:03:49.000000000 +0000 ++++ libhsclient/fatal.cpp +@@ -7,6 +7,7 @@ + */ + + #include <stdlib.h> ++#include <unistd.h> + #include <stdio.h> + #include <syslog.h> + |