]> andersk Git - openssh.git/blobdiff - roaming_client.c
- djm@cvs.openbsd.org 2010/01/09 00:57:10
[openssh.git] / roaming_client.c
index b77dbd59b9af8296d6d7fedb1dc000b46176a2c7..c80db5826094b54a6b8f991f998f95d36cd151ec 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "includes.h"
+
 #include <sys/queue.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
+#endif
 #include <signal.h>
 #include <string.h>
 #include <unistd.h>
This page took 0.376373 seconds and 4 git commands to generate.