]> wimlib.net Git - wimlib/blobdiff - include/wimlib/avl_tree.h
wimcapture.1: 7-Zip 15.12 supports LZMS decompression
[wimlib] / include / wimlib / avl_tree.h
index a5d2511aecf66d89d3577951491cf19c3967d2cc..e2e2227070a50eefe1d2a2538ee8ece53c92dc4a 100644 (file)
@@ -7,8 +7,8 @@
  * Author:  Eric Biggers
  * Year:    2014
  *
- * This file is placed into the public domain.  You can do whatever you want
- * with it.
+ * The author dedicates this file to the public domain.
+ * You can do whatever you want with this file.
  */
 
 #ifndef _AVL_TREE_H_
@@ -16,7 +16,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#include <inttypes.h> /* for uintptr_t */
+#include <stdint.h> /* for uintptr_t */
 
 #ifdef __GNUC__
 #  define AVL_INLINE inline __attribute__((always_inline))