Skip to content

Commit

Permalink
Include stdlib.h for malloc().
Browse files Browse the repository at this point in the history
Noted by João Custódio.
  • Loading branch information
0-wiz-0 committed Feb 8, 2018
1 parent 7bddbcd commit 6eb844d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/zip_source_win32a.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@


#include <stdio.h>
#include <stdlib.h>

#include "zipint.h"
#include "zipwin32.h"
Expand Down
1 change: 1 addition & 0 deletions lib/zip_source_win32w.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@


#include <stdio.h>
#include <stdlib.h>

#include "zipint.h"
#include "zipwin32.h"
Expand Down

0 comments on commit 6eb844d

Please sign in to comment.