Ignore:
Timestamp:
Oct 1, 2001, 3:45:18 AM (24 years ago)
Author:
bird
Message:

Watcom: Include malloc.h for alloca.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conbuffervio.cpp

    r5016 r6920  
    1 /* $Id: conbuffervio.cpp,v 1.3 2001-01-23 11:59:45 sandervl Exp $ */
     1/* $Id: conbuffervio.cpp,v 1.4 2001-10-01 01:45:18 bird Exp $ */
    22
    33/*
     
    6969#include <stdlib.h>
    7070#include <stdio.h>
     71#include <malloc.h>
    7172
    7273#include "conwin.h"          // Windows Header for console only
Note: See TracChangeset for help on using the changeset viewer.