Fixed build on BeOS: MimeType.h doesn't exist; we need to use Mime.h.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16135 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-01-29 14:25:27 +00:00
parent 1ae42108ec
commit fd9772def6
+2 -2
View File
@@ -1,11 +1,11 @@
/*
* Copyright 2005, Axel Dörfler, [email protected]. All rights reserved.
* Copyright 2005-2006, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <MimeType.h>
#include <Application.h>
#include <Mime.h>
#include <stdlib.h>
#include <stdio.h>