Fix Mac build.

This commit is contained in:
Steveice10
2015-09-20 15:39:39 -07:00
parent 15a3c8ab1e
commit 2d42265ebe
3 changed files with 4 additions and 1 deletions

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'};