Minor change in membuffer.c to include "membuffer.h"

...without looking in the standard header path. This allows pupnp
to build in xcode.
(cherry picked from commit 9051731a93c76d963b636213f6ca5596e73bce7b)
This commit is contained in:
Marcelo Roberto Jimenez 2011-01-14 09:54:59 -02:00
parent 82207a3e92
commit 9d667685ec
2 changed files with 6 additions and 1 deletions

View File

@ -237,6 +237,11 @@ Version 1.8.0
Version 1.6.11
*******************************************************************************
2011-01-14 Chandra Penke <chandrapenke(at)mcntech.com>
Minor change in membuffer.c to include "membuffer.h" without looking
in the standard header path. This allows pupnp to build in xcode.
2010-12-18 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
SF Tracker: Patches

View File

@ -38,7 +38,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <membuffer.h>
#include "membuffer.h"
#include "upnp.h"
#include "unixutil.h"