Fix for large file definitions, FileInfo.h must include upnpconfig.h
This commit is contained in:
parent
7dae12f17d
commit
1a574ed6cf
@ -2,6 +2,11 @@
|
|||||||
Version 1.8.0
|
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>
|
2011-01-17 Chandra Penke <chandrapenke(at)mcntech.com>
|
||||||
|
|
||||||
Fix for warnings Apple systems related to macros defined in list.h.
|
Fix for warnings Apple systems related to macros defined in list.h.
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
* \author Marcelo Roberto Jimenez
|
* \author Marcelo Roberto Jimenez
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "upnpconfig.h"
|
||||||
|
|
||||||
#include <sys/types.h> /* for off_t */
|
#include <sys/types.h> /* for off_t */
|
||||||
#include <time.h> /* for time_t */
|
#include <time.h> /* for time_t */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user