dos backend partial rewrite starting with DPMI
[dosdemo] / src / rbtree.c
index e595885..0a962d2 100644 (file)
@@ -7,7 +7,7 @@ the terms of the 3-clause BSD license. See COPYING for details.
  */
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdint.h>
+#include <inttypes.h>
 #include <string.h>
 #include "rbtree.h"