ports/misc/hxtools/files/patch-smm_vfontas.cpp
Alexey Dokuchaev f423ead6e5 This is the collection of tools and scripts for different tasks written
by Jan Engelhardt, each of which seems to be too small to warrant their
own project.

WWW: http://inai.de/projects/hxtools/
2020-08-03 06:13:13 +00:00

10 lines
228 B
C++

--- smm/vfontas.cpp.orig 2020-07-12 09:44:16 UTC
+++ smm/vfontas.cpp
@@ -15,6 +15,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
+#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <unistd.h>