mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Seems how some of the Linux headers (or glibc) has typedef-ed uint. FreeBSD does not
This commit is contained in:
parent
66c119033c
commit
64866783c4
@ -28,6 +28,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
typedef unsigned int uint;
|
||||||
|
|
||||||
|
|
||||||
// TODO: replace this with a simple loop when operator++ is implemented in edelib::Date
|
// TODO: replace this with a simple loop when operator++ is implemented in edelib::Date
|
||||||
long date_distance(edelib::Date da1, edelib::Date da2) {
|
long date_distance(edelib::Date da1, edelib::Date da2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user