Skip to content

Commit f5d1a97

Browse files
fraggerfoxBenBE
authored andcommitted
Fix missing header for native curses build in NetBSD.
1 parent 325e6a4 commit f5d1a97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Settings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ in the source distribution for its full text.
1414
#include <fcntl.h>
1515
#include <limits.h>
1616
#include <pwd.h>
17+
#include <stdarg.h>
1718
#include <stdio.h>
1819
#include <stdlib.h>
1920
#include <string.h>

0 commit comments

Comments
 (0)