Seems how some of the Linux headers (or glibc) has typedef-ed uint. FreeBSD does not

This commit is contained in:
Sanel Zukan 2009-04-16 11:29:49 +00:00
parent 66c119033c
commit 64866783c4
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <stdlib.h>
#include <string.h>
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) {