ports/mail/bincimap/files/patch-src_tools.cc
Alexey Dokuchaev 8b28f3f3eb - Resurrect `mail/bincimap' port (project was moved to SF.net from the
abandoned http://www.bincimap.org/ website)
- Distfile is .tar.gz now instead of original .tar.bz2, but the contents
  is identical (no changes whatsoever)
- Clean up and modernize the port: convert to OPTIONS, define LICENSE,
  get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+,
  use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc.
2016-01-17 17:28:08 +00:00

11 lines
196 B
C++

--- src/tools.cc.orig 2005-01-08 10:20:48 UTC
+++ src/tools.cc
@@ -35,6 +35,8 @@
#include <config.h>
#endif
#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
#include "tools.h"