Added a fs_get_vnode_name() call for the file systems.

Fixed a header dependency in sem.h.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@314 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-07-18 20:51:27 +00:00
parent 5213b70b42
commit ba94874630
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
#ifndef _SEM_H
#define _SEM_H
#include <OS.h>
#include <thread.h>
#include <stage2.h>