36c4f80123
* Added -L compression level option * minor portability fixes * fixed a bug that could cause some files to not be able to be uncompressed
12 lines
248 B
Text
12 lines
248 B
Text
$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)
|
|
{
|