mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
12 lines
287 B
C++
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"
|