summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-26 12:21:24 +1100
committerDamien Miller <djm@mindrot.org>1999-11-26 12:21:24 +1100
commit42b81ffe7d1e98b362696076edbc56a66368053e (patch)
tree0c11756e8b9def63760aa59e6d2a195fcc380196 /includes.h
parentbf3f6ef19b8d43b09598807cc30de7e66be37563 (diff)
- Add definition for __P()
- Added [v]snprintf() replacement for systems that lack it
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index a198597b..6afe88d5 100644
--- a/includes.h
+++ b/includes.h
@@ -76,6 +76,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include "bsd-strlcpy.h"
#include "bsd-strlcat.h"
#include "bsd-mktemp.h"
+#include "bsd-snprintf.h"
/* Define this to be the path of the xauth program. */
#ifndef XAUTH_PATH