mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
dirlist.c: make sure to include stdlib.h for calloc()
This commit is contained in:
parent
3e6affa73d
commit
0e26ea95ef
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include "global.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
/* public variables */
|
||||
|
|
|
|||
Loading…
Reference in a new issue