Changeset 7ee6aff in mainline for libc


Ignore:
Timestamp:
2006-05-16T13:54:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38edb96
Parents:
450cd3a
Message:

Fixed not compiling uspace after libipc merge.

Location:
libc
Files:
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • libc/generic/ipc.c

    r450cd3a r7ee6aff  
    2727 */
    2828
    29 #include <ipc.h>
     29#include <ipc/ipc.h>
    3030#include <libc.h>
    3131#include <malloc.h>
    3232#include <errno.h>
    33 #include <list.h>
     33#include <libadt/list.h>
    3434#include <stdio.h>
    3535#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.