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

View File

@ -10,13 +10,10 @@
/*! \file DirectoryIterator.h
*/
extern "C" {
#ifndef _IMPEXP_KERNEL
# define _IMPEXP_KERNEL
#endif
#include <fsproto.h>
}
#ifndef _IMPEXP_KERNEL
# define _IMPEXP_KERNEL
#endif
#include <fsproto.h>
#include "kernel_cpp.h"
#include "UdfDebug.h"