1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/graphics/passepartout/files/patch-src::util::filesys.cc
Alexander Nedotsukov bdd0f3722d Update to 0.4
2004-01-18 06:13:16 +00:00

12 lines
287 B
C++

--- src/util/filesys.cc.orig Sat Jan 17 23:18:22 2004
+++ src/util/filesys.cc Sat Jan 17 23:19:26 2004
@@ -4,6 +4,8 @@
#include "filesys.h"
#include "stringutil.h"
#include "os.h"
+#include <errno.h>
+#include <memory>
#include <unistd.h>
#include <stdexcept>
#include "defines.h"