]> andersk Git - openssh.git/blobdiff - roaming_common.c
- (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
[openssh.git] / roaming_common.c
index 065542520c618ef02a7fa26f25391d40ea69c098..14dd5808f6e2447f6e4bdccc9a22e263cfff3956 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
 
 #include <errno.h>
+#ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
+#endif
 #include <stdarg.h>
 #include <unistd.h>
 
This page took 0.179156 seconds and 4 git commands to generate.