dos port underway
[retroray] / src / rbtree.c
index 765e542..7bc97b3 100644 (file)
@@ -7,8 +7,8 @@ the terms of the 3-clause BSD license. See COPYING for details.
 */
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdint.h>
 #include <string.h>
+#include "sizeint.h"
 #include "rbtree.h"
 
 #define INT2PTR(x)     ((void*)(intptr_t)(x))