freebsd-ports/chinese/sunpinyin/files/patch-src_portability.h
Mathieu Arnold 43d4db24b0 Fix man pages generation with Perl 5.24+
While there, run make makepatch.

PR:		213810
Sponsored by:	Absolight
2016-11-03 13:30:20 +00:00

10 lines
213 B
C++

--- src/portability.h.orig 2014-11-14 14:17:48 UTC
+++ src/portability.h
@@ -42,6 +42,7 @@
#include <stdio.h>
#include <math.h>
#include <stdint.h>
+#include <stdlib.h>
#include <string>
#include <cstring>