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:
parent
82207a3e92
commit
9d667685ec
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user