Ignore:
File:
1 edited

Legend:

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

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