440c930247
- fixed build error on 4.x - patched lib/pkgconfig/jrtplib.pc to libdata/pkgconfig/jrtplib.pc - added missing libdata/pkgconfig/jrtplib.pc in pkg-plist PR: 96033 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: maintainer
10 lines
219 B
C++
10 lines
219 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 <stdio.h>
|
|
#include <string>
|
|
|
|
std::string RTPGetErrorString(int errcode);
|