mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
$NetBSD: patch-ai,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
|
|
|
|
--- src/common/PosBlockArray.cpp 2007/11/07 20:44:15 1.1
|
|
+++ src/common/PosBlockArray.cpp 2007/11/07 20:47:35
|
|
@@ -28,6 +28,8 @@
|
|
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
+#include <cassert>
|
|
+
|
|
#include "PosBlockArray.h"
|
|
|
|
PosBlockArray::PosBlockArray(PosBlock** pba, int numEntries)
|