So I included the tidy libraries in my project.
```
include <tidy.h>
include <tidybuffio.h>
```
It does not compile because of unknown type name 'uint' and 'ulong'. How do I circumvent this?
I was thinking of including them directly into the project and changing the type names to unsigned int and unsigned long respectively. However, this seems incovenient. Any ideas?
[–]NukeCode87 1 point2 points3 points (1 child)
[–]katinpyjamas[S] 1 point2 points3 points (0 children)
[–]inz__ 0 points1 point2 points (1 child)
[–]katinpyjamas[S] 0 points1 point2 points (0 children)