summaryrefslogtreecommitdiff
path: root/roaming_common.c
diff options
context:
space:
mode:
authordtucker <dtucker>2009-06-21 12:22:08 +0000
committerdtucker <dtucker>2009-06-21 12:22:08 +0000
commit15a09a748b0270f24fe0bf6961aa4b3be8e88aaf (patch)
tree0b118da5461768257f9003e0ce40576518357417 /roaming_common.c
parentd7b803a34182eed4be4d3f9de6cde8cfaace6f6c (diff)
downloadopenssh-15a09a748b0270f24fe0bf6961aa4b3be8e88aaf.tar.gz
- (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
ifdef.
Diffstat (limited to 'roaming_common.c')
-rw-r--r--roaming_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/roaming_common.c b/roaming_common.c
index 06554252..14dd5808 100644
--- a/roaming_common.c
+++ b/roaming_common.c
@@ -15,12 +15,16 @@
* 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>