VirtualBox

Ignore:
Timestamp:
Jan 13, 2011 2:00:37 PM (14 years ago)
Author:
vboxsync
Message:

Followup to r69260: Need the size_t redefinition, so include xf86_ansic.h from iprt/types.h.

Location:
trunk/src/VBox/Runtime/common/alloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapoffset.cpp

    r35398 r35525  
    3030*******************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT
    32 /* XXX this header must be included first as it re-defines some symbols
    33  * (e.g size_t) if IN_XF86_MODULE is defined. */
    34 #include <iprt/string.h>
    3532#include <iprt/heap.h>
    3633#include "internal/iprt.h"
     
    4138#include <iprt/log.h>
    4239#include <iprt/param.h>
     40#include <iprt/string.h>
    4341
    4442#include "internal/magics.h"
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r35398 r35525  
    3030*******************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT
    32 /* XXX this header must be included first as it re-defines some symbols
    33  * (e.g size_t) if IN_XF86_MODULE is defined. */
    34 #include <iprt/string.h>
    3532#include <iprt/heap.h>
    3633#include "internal/iprt.h"
     
    4037#include <iprt/err.h>
    4138#include <iprt/log.h>
     39#include <iprt/string.h>
    4240#include <iprt/param.h>
    4341
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette