Changeset 38edb96 in mainline for ns/ns.c


Ignore:
Timestamp:
2006-05-16T14:43:56Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aa0609b
Parents:
7ee6aff
Message:

Fix uspace to compile again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/ns.c

    r7ee6aff r38edb96  
    3232 */
    3333
    34 #include <ipc.h>
     34#include <ipc/ipc.h>
     35#include <ipc/ns.h>
    3536#include <stdio.h>
    3637#include <unistd.h>
    3738#include <stdlib.h>
    38 #include <ns.h>
    3939#include <errno.h>
    4040#include <assert.h>
Note: See TracChangeset for help on using the changeset viewer.