Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/font/pcf.c

    r38d150e r23c8acd9  
    3636#include <stddef.h>
    3737#include <stdint.h>
     38#include <malloc.h>
    3839#include <errno.h>
    3940#include <byteorder.h>
     
    4142#include <align.h>
    4243#include <offset.h>
    43 #include <stdlib.h>
    4444
    4545#include "pcf.h"
Note: See TracChangeset for help on using the changeset viewer.