VirtualBox

Changeset 1682 in vbox


Ignore:
Timestamp:
Mar 23, 2007 2:55:54 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19819
Message:

A try to fix the Linux build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCM.cpp

    r1681 r1682  
    2828#include "Logging.h"
    2929
    30 #include <malloc.h>
     30#ifdef __WIN__
     31#include <malloc.h> /* For alloca() */
     32#else
     33#include <alloca.h>
     34#endif /* __WIN__ */
    3135
    3236#include "hgcm/HGCM.h"
Note: See TracChangeset for help on using the changeset viewer.

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