Fixed build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16939 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-30 21:22:52 +00:00
parent af29aba8a6
commit f254998b61
+8 -3
View File
@@ -1,4 +1,9 @@
#include <BeBuild.h>
/*
* Copyright 2004-2006, Haiku, Inc. All RightsReserved.
* Distributed under the terms of the MIT License.
*/
#include <SupportDefs.h>
#include <errno.h>
@@ -6,8 +11,8 @@
#include <stdio.h>
#include <string.h>
// This one comes from Thomas Kurschel's Open IDE bus manager.
#include <ide_device_infoblock.h>
// This one comes from Thomas Kurschel's IDE bus manager.
#include "ide_device_infoblock.h"
extern const char *__progname;