Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/async.h

    r47b7006 r5da7199  
    3636#define LIBC_PRIVATE_ASYNC_H_
    3737
     38#include <async.h>
    3839#include <adt/list.h>
    3940#include <fibril.h>
     41#include <fibril_synch.h>
    4042#include <sys/time.h>
    4143#include <bool.h>
     
    8183extern void __async_init(void);
    8284extern void async_insert_timeout(awaiter_t *);
     85extern void reply_received(void *, int, ipc_call_t *);
    8386
    8487#endif
Note: See TracChangeset for help on using the changeset viewer.