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:
Marcelo Roberto Jimenez 2011-01-14 09:54:59 -02:00
parent 39fd869db8
commit 9051731a93
2 changed files with 6 additions and 1 deletions

View File

@ -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

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"