blob: a67194d77c9d48cf2ae6cc96a94f393b7bf83abf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/util/filesys.h.orig Mon Jan 12 14:01:33 2004
+++ src/util/filesys.h Sat Jan 17 23:40:36 2004
@@ -6,6 +6,7 @@
#include <string>
#include <ios> // mode for access
#include <stdexcept>
+#include <time.h>
/// An exception to use when a libc call fails and sets errno.
class ClibException : public std::runtime_error {
|