Ignore:
Timestamp:
2017-12-02T09:44:11Z (6 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/input/proto/mousedev.c

    rb5abaf7 r38d150e  
    3838#include <stdio.h>
    3939#include <vfs/vfs_sess.h>
    40 #include <malloc.h>
    4140#include <async.h>
    4241#include <errno.h>
    4342#include <ipc/mouseev.h>
    4443#include <loc.h>
     44#include <stdlib.h>
    4545#include "../mouse.h"
    4646#include "../mouse_port.h"
Note: See TracChangeset for help on using the changeset viewer.