summaryrefslogtreecommitdiff
path: root/net/rdist6/patches/patch-ap
blob: 0a29458eb1b46d8a1823912b8d5fb2fc6c320f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ap,v 1.1 2010/06/12 19:36:01 dholland Exp $

Need inttypes.h for strtoimax for handling time_t safely.

--- include/defs.h.orig	2001-03-12 18:16:30.000000000 +0000
+++ include/defs.h
@@ -42,6 +42,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <inttypes.h>
 #include <ctype.h>
 #include <errno.h>
 #include <pwd.h>