freebsd-ports/converters/fix-mime-charset/files/patch-src_argp-local.h
John Marino a54b024526 Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by:	gcc5 support blanket
2015-09-20 18:24:44 +00:00

10 lines
218 B
C++

--- src/argp-local.h.orig 2003-11-25 23:51:41 UTC
+++ src/argp-local.h
@@ -12,6 +12,7 @@
#include <getopt.h>
#include <string.h>
#include <iostream>
+#include <cstdlib>
#define __need_error_t
#include <errno.h>