add missing header for va_list

Fixes compilation on NetBSD.
This commit is contained in:
Rosen Penev
2025-06-17 13:53:05 -07:00
committed by Jari Sundell
parent 18d19e3dee
commit dc6208ccc9
+1
View File
@@ -1,6 +1,7 @@
#ifndef RTORRENT_DISPLAY_CANVAS_H
#define RTORRENT_DISPLAY_CANVAS_H
#include <cstdarg>
#include <string>
#include <unordered_map>
#include <vector>