1
1

util.c: Make sure to include stdarg.h

Fixes build on NetBSD.
Этот коммит содержится в:
Thomas Klausner 2013-08-23 13:52:39 +02:00 коммит произвёл Yorhel
родитель 532c32c884
Коммит 34690e4b51

Просмотреть файл

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