mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Since uint32_t is used, inttypes.h should be included.
This commit is contained in:
		@@ -76,6 +76,9 @@
 | 
				
			|||||||
#ifdef HAVE_SYS_IOCTL_H
 | 
					#ifdef HAVE_SYS_IOCTL_H
 | 
				
			||||||
# include <sys/ioctl.h>
 | 
					# include <sys/ioctl.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					#ifdef HAVE_INTTYPES_H
 | 
				
			||||||
 | 
					#include <inttypes.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef LIBSSH2_LIBGCRYPT
 | 
					#ifdef LIBSSH2_LIBGCRYPT
 | 
				
			||||||
#include "libgcrypt.h"
 | 
					#include "libgcrypt.h"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user