Changeset 25ea9a7 in git


Ignore:
Timestamp:
Jan 5, 2018, 3:33:44 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
ee4cf7dadd8372983174f152008c19e61d87d6d2
Parents:
e55bdc198d847f28f1f05d1824495eb802b1ad57
Message:
port: use stdlib.h instead of malloc.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omMallocSystem.h

    re55bdc r25ea9a7  
    2020#elif (defined(HAVE_MALLOC_USABLE_SIZE))
    2121/* and this will work under Linux */
    22 #include <malloc.h>
     22#include <stdlib.h>
    2323#define OM_MALLOC_SIZEOF_ADDR(addr) (malloc_usable_size(addr))
    2424#else
Note: See TracChangeset for help on using the changeset viewer.