From 5e9814e0910318a022e979230140f86f97337aef Mon Sep 17 00:00:00 2001
From: mathias <mathias>
Date: Mon, 24 Jan 2005 20:02:03 +0000
Subject: fix to solve compileproblems under freebsd4

---
 src/FbTk/Timer.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh
index f87d5df..61bb11b 100644
--- a/src/FbTk/Timer.hh
+++ b/src/FbTk/Timer.hh
@@ -42,9 +42,9 @@
 #include <inttypes.h>
 #endif // HAVE_INTTYPES_H
 
+#include <sys/types.h>
 #include <sys/select.h>
 #include <sys/time.h>
-#include <sys/types.h>
 #include <unistd.h>
 
 namespace FbTk {
-- 
cgit v0.11.2