mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
10 lines
209 B
C++
10 lines
209 B
C++
--- src/PYLibPinyin.cc.orig 2018-06-27 03:08:59 UTC
|
|
+++ src/PYLibPinyin.cc
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include "PYLibPinyin.h"
|
|
|
|
+#include <stdio.h>
|
|
#include <string.h>
|
|
#include <pinyin.h>
|
|
#include "PYPConfig.h"
|