mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 10:18:39 -09:00
util.c: Make sure to include stdarg.h
Fixes build on NetBSD.
This commit is contained in:
parent
532c32c884
commit
34690e4b51
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ncurses.h>
|
#include <ncurses.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
int winrows, wincols;
|
int winrows, wincols;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue