Fix Mac build.

This commit is contained in:
Steven Smith
2015-09-20 15:39:39 -07:00
parent 18dd20de89
commit 80bfbf6f21
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
#include "lz11.h"
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
typedef struct {
char magic[4] = {'C', 'B', 'M', 'D'};