mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
620968a43a
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
11 lines
209 B
C++
11 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"
|