Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/console.h

    r205f1add ra35b458  
    3636#define LIBC_IO_CONSOLE_H_
    3737
    38 #include <time.h>
     38#include <sys/time.h>
    3939#include <io/concaps.h>
    4040#include <io/kbd_event.h>
     
    8585extern bool console_get_event(console_ctrl_t *, cons_event_t *);
    8686extern bool console_get_event_timeout(console_ctrl_t *, cons_event_t *,
    87     usec_t *);
     87    suseconds_t *);
    8888
    8989#endif
Note: See TracChangeset for help on using the changeset viewer.