diff sencrypt.c @ 4:abb770754967

Use C99-compatible version of snprintf on UnixWare 7
author Guido Berhoerster <guido+sencrypt@berhoerster.name>
date Sun, 13 Apr 2014 00:04:04 +0200
parents f230c550e261
children cc930aa0f3c2
line wrap: on
line diff
--- a/sencrypt.c	Thu Apr 10 00:05:56 2014 +0200
+++ b/sencrypt.c	Sun Apr 13 00:04:04 2014 +0200
@@ -42,6 +42,7 @@
 #else
 #include "err.h"
 #endif /* HAVE_ERR_H */
+#include "compat.h"
 
 #define	MAX(a, b)	(((a) > (b)) ? (a) : (b))