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;