From f254998b610c85446aab1c81b65aba3978996488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 30 Mar 2006 21:22:52 +0000 Subject: [PATCH] Fixed build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16939 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/ideinfo/ideinfo.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/bin/ideinfo/ideinfo.c b/src/bin/ideinfo/ideinfo.c index f9bde14ad7..96e09afc70 100644 --- a/src/bin/ideinfo/ideinfo.c +++ b/src/bin/ideinfo/ideinfo.c @@ -1,4 +1,9 @@ -#include +/* + * Copyright 2004-2006, Haiku, Inc. All RightsReserved. + * Distributed under the terms of the MIT License. + */ + + #include #include @@ -6,8 +11,8 @@ #include #include -// This one comes from Thomas Kurschel's Open IDE bus manager. -#include +// This one comes from Thomas Kurschel's IDE bus manager. +#include "ide_device_infoblock.h" extern const char *__progname;