mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
$NetBSD: patch-aa,v 1.2 2006/02/14 20:58:18 adam Exp $
|
|
|
|
--- main.c.orig 2006-02-14 01:38:23.000000000 +0100
|
|
+++ main.c
|
|
@@ -18,6 +18,7 @@
|
|
/* rzip compression - main program */
|
|
|
|
#include "rzip.h"
|
|
+#include <assert.h>
|
|
|
|
static void usage(void)
|
|
{
|