Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/gl/stdint_.h b/gl/stdint_.h 2index bc27595..303e81a 100644 3--- a/gl/stdint_.h 4+++ b/gl/stdint_.h 5@@ -62,7 +62,7 @@ 6 int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. 7 <inttypes.h> also defines intptr_t and uintptr_t. */ 8 # define _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H 9-# include <inttypes.h> 10+// # include <inttypes.h> 11 # undef _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H 12 #elif @HAVE_SYS_INTTYPES_H@ 13 /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types, and