Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/malloc.c

    r9bde0d5 rf787c8e  
    4444#include <bitops.h>
    4545#include <mem.h>
    46 #include <fibril_synch.h>
    4746#include <stdlib.h>
    4847#include <adt/gcdlcm.h>
     48
    4949#include "private/malloc.h"
     50#include "private/fibril.h"
    5051
    5152/** Magic used in heap headers. */
Note: See TracChangeset for help on using the changeset viewer.