Fix ICC warnings
[alexxy/gromacs.git] / src / external / tng_io / include / tng / tng_io.h
index 51c1d9b5935f89fa64dc6c2f78c020b21b2157cd..c607aad2c5d9849e4c66217a988903b664ed5ecb 100644 (file)
@@ -331,6 +331,9 @@ typedef unsigned __int64 uint64_t;
 #ifndef PRId64
 # define PRId64         __PRI64_PREFIX "d"
 #endif
+#ifndef PRIu64
+# define PRIu64         __PRI64_PREFIX "u"
+#endif
 
 #endif