use roken rename to pull in snprintf

This commit is contained in:
Love Hornquist Astrand
2010-11-27 18:41:00 -08:00
parent beedb73f80
commit 66cf237c71
4 changed files with 72 additions and 7 deletions

View File

@@ -33,13 +33,15 @@
* SUCH DAMAGE.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <limits.h>
#include "config.h"
#include <roken.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>