freebsd-ports/devel/jrtplib/files/patch-src-rtperrors.h
Ying-Chieh Liao 440c930247 Patches:
- 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
2006-04-20 01:53:46 +00:00

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);