lbreakouthd: update to 1.1.9, adopt
[void-pkg.git] / srcpkgs / lbreakouthd / patches / uint.patch
blobfa5b7160c55bff425d369bad6ca35cf35f42a331
1 diff --git a/src/tools.h b/src/tools.h
2 index a77bd52..2a68a92 100644
3 --- a/src/tools.h
4 +++ b/src/tools.h
5 @@ -21,10 +21,10 @@ using namespace std;
6 #include <stdlib.h>
7 #include <math.h>
8 #include <dirent.h>
9 -#ifdef WIN32
10 - #include <stdint.h>
11 +//#ifdef WIN32
12 + #include <cstdint>
13 typedef uint32_t uint;
14 -#endif
15 +//#endif
16 #include <list>
17 #include <string>
18 #include <vector>