From 64866783c47ed87e54cc8e249539224a774c1ba3 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Thu, 16 Apr 2009 11:29:49 +0000 Subject: [PATCH] Seems how some of the Linux headers (or glibc) has typedef-ed uint. FreeBSD does not --- ede-timedate/EDE_Calendar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ede-timedate/EDE_Calendar.cpp b/ede-timedate/EDE_Calendar.cpp index 8b10107..81d21f5 100644 --- a/ede-timedate/EDE_Calendar.cpp +++ b/ede-timedate/EDE_Calendar.cpp @@ -28,6 +28,8 @@ #include #include +typedef unsigned int uint; + // TODO: replace this with a simple loop when operator++ is implemented in edelib::Date long date_distance(edelib::Date da1, edelib::Date da2) {