From f1ce28c0a7803bafc485526729ec9134898387bd Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sun, 9 Feb 2003 20:39:27 +0000 Subject: [PATCH] Changed the copyright notice and added an include so that it would compile properly with makeppc git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2670 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/translators/tgatranslator/StreamBuffer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/add-ons/translators/tgatranslator/StreamBuffer.cpp b/src/add-ons/translators/tgatranslator/StreamBuffer.cpp index 62150a1088..de6557b9b6 100644 --- a/src/add-ons/translators/tgatranslator/StreamBuffer.cpp +++ b/src/add-ons/translators/tgatranslator/StreamBuffer.cpp @@ -9,7 +9,7 @@ // read from a BPositionIO object. // // -// Copyright (c) 2002 OpenBeOS Project +// Copyright (C) 2003 Michael Wilber // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -30,6 +30,7 @@ // DEALINGS IN THE SOFTWARE. /*****************************************************************************/ +#include #include "StreamBuffer.h" #define min(x,y) (((x) < (y)) ? (x) : (y))