diff options
Diffstat (limited to 'compr_zlib.c')
-rw-r--r-- | compr_zlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compr_zlib.c b/compr_zlib.c index 0564f16..1f94628 100644 --- a/compr_zlib.c +++ b/compr_zlib.c @@ -32,6 +32,8 @@ * under either the RHEPL or the GPL. */ +#define PROGRAM_NAME "compr_zlib" + #include <stdint.h> #define crc32 __zlib_crc32 #include <zlib.h> |