blob: 8dae8f6cb19b93e90ae8f168934adddc1afdfcbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./src/Window/display.hpp.orig Sun Oct 3 13:26:38 2004
+++ ./src/Window/display.hpp Sat Oct 23 17:39:48 2004
@@ -12,12 +12,17 @@
#ifndef DISPLAY_H
#define DISPLAY_H
+
+#include <osreldate.h>
+
#include "tree.hpp"
#include "bitmap_font.hpp"
+#if __FreeBSD_version < 500000
#ifndef _TIME_T
#define _TIME_T
typedef long time_t;
+#endif
#endif
struct font;
|