Fix for large file definitions, FileInfo.h must include upnpconfig.h

This commit is contained in:
Chandra Penke 2011-01-17 08:55:57 -02:00 committed by Marcelo Roberto Jimenez
parent 7dae12f17d
commit 1a574ed6cf
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,11 @@
Version 1.8.0
*******************************************************************************
2011-01-17 Chandra Penke <chandrapenke(at)mcntech.com>
Include upnpconfig.h in FileInfo.h to automatically include large
file macros
2011-01-17 Chandra Penke <chandrapenke(at)mcntech.com>
Fix for warnings Apple systems related to macros defined in list.h.

View File

@ -13,6 +13,8 @@
* \author Marcelo Roberto Jimenez
*/
#include "upnpconfig.h"
#include <sys/types.h> /* for off_t */
#include <time.h> /* for time_t */