Build fix for R5.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-11-04 18:10:13 +00:00
parent 71a0a68ad0
commit 2b88f9a235
@@ -18,6 +18,7 @@
#include <Bitmap.h> #include <Bitmap.h>
#include <fs_attr.h> #include <fs_attr.h>
#include <Message.h> #include <Message.h>
#include <Messenger.h>
#include <mime/database_support.h> #include <mime/database_support.h>
#include <Node.h> #include <Node.h>
#include <Resources.h> #include <Resources.h>
@@ -107,7 +108,7 @@ update_vector_icon(BFile& file, const char *type)
} }
#if defined(HAIKU_HOST_PLATFORM_DANO) || defined(HAIKU_HOST_PLATFORM_BEOS) && defined(HAIKU_HOST_PLATFORM_BONE) #if defined(HAIKU_HOST_PLATFORM_DANO) || defined(HAIKU_HOST_PLATFORM_BEOS) || defined(HAIKU_HOST_PLATFORM_BONE)
// BMimeType::GuessMimeType() doesn't seem to work under BeOS // BMimeType::GuessMimeType() doesn't seem to work under BeOS
status_t status_t
guess_mime_type(const void *_buffer, int32 length, BMimeType *type) guess_mime_type(const void *_buffer, int32 length, BMimeType *type)