summaryrefslogtreecommitdiff
path: root/devel/jrtplib/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jrtplib/files')
-rw-r--r--devel/jrtplib/files/patch-src-rtperrors.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/jrtplib/files/patch-src-rtperrors.h b/devel/jrtplib/files/patch-src-rtperrors.h
new file mode 100644
index 000000000000..491c0abc06c6
--- /dev/null
+++ b/devel/jrtplib/files/patch-src-rtperrors.h
@@ -0,0 +1,10 @@
+--- 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);