Projects

Ticket #16: patch-Server_tproj_RTPStream_h

File patch-Server_tproj_RTPStream_h, 283 bytes (added by jason@…, 4 years ago)
Line 
1$OpenBSD$
2--- Server.tproj/RTPStream.h.orig       Fri Jun  6 22:06:22 2008
3+++ Server.tproj/RTPStream.h    Fri Jun  6 22:09:35 2008
4@@ -57,7 +57,7 @@
5 
6 #include "RTCPPacket.h"
7 
8-#include "RTSPRequest3gpp.h"
9+#include "RTSPRequest3GPP.h"
10 
11 #ifndef MIN
12 #define        MIN(a,b) (((a)<(b))?(a):(b))