It's now safe to include fsproto.h from C++.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7825 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-07 23:09:11 +00:00
parent 2855cf2fd4
commit 4f456fc26a

View File

@ -24,8 +24,9 @@
# define _IMPEXP_KERNEL
#endif
#include <fsproto.h>
extern "C" {
#include <fsproto.h>
#include <lock.h>
#include <cache.h>
}