Changeset 38d150e in mainline for uspace/srv/hid/output/proto/vt100.c


Ignore:
Timestamp:
2017-12-02T09:44:11Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40feeac
Parents:
b5abaf7
Message:

Prefer to get memory allocation functions through the standard stdlib header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/proto/vt100.c

    rb5abaf7 r38d150e  
    3232#include <inttypes.h>
    3333#include <errno.h>
     34#include <stddef.h>
    3435#include <stdio.h>
    35 #include <stddef.h>
    36 #include <malloc.h>
     36#include <stdlib.h>
    3737#include <io/color.h>
    3838#include <types/common.h>
Note: See TracChangeset for help on using the changeset viewer.