util.c: Make sure to include stdarg.h

Fixes build on NetBSD.
This commit is contained in:
Thomas Klausner 2013-08-23 13:52:39 +02:00 committed by Yorhel
parent 532c32c884
commit 34690e4b51

View file

@ -28,6 +28,7 @@
#include <string.h>
#include <stdlib.h>
#include <ncurses.h>
#include <stdarg.h>
#include <locale.h>
int winrows, wincols;