mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update MASTER_SITES/WWW PR: ports/109011 Submitted by: Yi-Huan Chan <yhchan at csie.nctu.edu.tw> Approved by: Petr Holub <hopet at ics.muni.cz> (maintainer)
10 lines
218 B
C++
10 lines
218 B
C++
--- src/rtperrors.h Tue Feb 21 17:31:13 2006
|
|
+++ src/rtperrors.h Sun Apr 16 20:46:09 2006
|
|
@@ -34,6 +34,7 @@
|
|
|
|
#define RTPERRORS_H
|
|
|
|
+#include <cstdio>
|
|
#include <string>
|
|
|
|
std::string RTPGetErrorString(int errcode);
|