Must now include fsproto.h like other header files, too.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7929 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-12 19:52:35 +00:00
parent 638d6f0330
commit 0cbdb7da69
@@ -10,13 +10,10 @@
/*! \file DirectoryIterator.h /*! \file DirectoryIterator.h
*/ */
extern "C" { #ifndef _IMPEXP_KERNEL
#ifndef _IMPEXP_KERNEL # define _IMPEXP_KERNEL
# define _IMPEXP_KERNEL #endif
#endif #include <fsproto.h>
#include <fsproto.h>
}
#include "kernel_cpp.h" #include "kernel_cpp.h"
#include "UdfDebug.h" #include "UdfDebug.h"