freebsd-ports/comms/obexapp/files/patch-server.c
Pav Lucistnik 9f5b74992b - Workaround for people who have mpeg4ip installed poluting system with
another copy of sdp.h header

PR:		ports/75572
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-12-28 15:14:21 +00:00

11 lines
268 B
C

--- server.c.orig Tue Dec 28 15:25:33 2004
+++ server.c Tue Dec 28 15:25:45 2004
@@ -40,7 +40,7 @@
#include <limits.h>
#include <obex.h>
#include <pwd.h>
-#include <sdp.h>
+#include </usr/include/sdp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>