Minor change in membuffer.c to include "membuffer.h"
...without looking in the standard header path. This allows pupnp to build in xcode.
This commit is contained in:
parent
39fd869db8
commit
9051731a93
@ -2,6 +2,11 @@
|
||||
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…
Reference in New Issue
Block a user