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
This commit is contained in:
Matthew Wilber 2003-02-09 20:39:27 +00:00
parent 76f5cb0d86
commit f1ce28c0a7

View File

@ -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 <string.h>
#include "StreamBuffer.h"
#define min(x,y) (((x) < (y)) ? (x) : (y))