Skip to content
Snippets Groups Projects
Commit 34690e4b authored by Thomas Klausner's avatar Thomas Klausner Committed by Yorhel
Browse files

util.c: Make sure to include stdarg.h

Fixes build on NetBSD.
parent 532c32c8
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include <string.h>
#include <stdlib.h>
#include <ncurses.h>
#include <stdarg.h>
#include <locale.h>
int winrows, wincols;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment