Subversion Repositories HelenOS-historic

Rev

Rev 1347 | Rev 1360 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1347 Rev 1353
Line 25... Line 25...
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include "version.h"
29
#include "version.h"
30
#include <ipc.h>
30
#include <ipc/ipc.h>
31
#include <services.h>
31
#include <ipc/services.h>
-
 
32
#include <ipc/ns.h>
32
#include <stdio.h>
33
#include <stdio.h>
33
#include <unistd.h>
34
#include <unistd.h>
34
#include <stdlib.h>
35
#include <stdlib.h>
35
#include <ns.h>
-
 
36
#include <thread.h>
36
#include <thread.h>
37
#include <task.h>
37
#include <task.h>
38
#include <psthread.h>
38
#include <psthread.h>
39
#include <futex.h>
39
#include <futex.h>
40
#include <as.h>
40
#include <as.h>