VirtualBox

Changeset 53997 in vbox for trunk/include/iprt/alloca.h


Ignore:
Timestamp:
Jan 28, 2015 12:01:32 AM (10 years ago)
Author:
vboxsync
Message:

iprt/alloca.h: Seems linux might need to include alloca.h just like solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/alloca.h

    r44528 r53997  
    44
    55/*
    6  * Copyright (C) 2006-2010 Oracle Corporation
     6 * Copyright (C) 2006-2015 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4848#  include <malloc.h>
    4949# endif
    50 # ifdef RT_OS_SOLARIS
     50# if defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX)
    5151#  include <alloca.h>
    5252# endif
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