# HG changeset patch # User ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde # Date 1165960400 0 # Node ID 8409c3c61e9549413a04c40919effc3bb3be16c5 # Parent 20f89e1446215b2c5dc55a374ac2ae708b2514ae Added include to avoid warnings when it is included after stdint.h. diff --git a/stdint.h b/stdint.h --- a/stdint.h +++ b/stdint.h @@ -31,6 +31,7 @@ #include #include +#include // 7.18.1 Integer types