+2004-10-01 Bruno Haible <bruno@clisp.org>
+
+ * snprintf.c: Include <string.h>.
+
2004-09-30 Simon Josefsson <jas@extundo.com>
* snprintf.h, snprintf.c: New files.
/* Get specification. */
#include "snprintf.h"
+/* Get memcpy. */
+#include <string.h>
+
/* Get vasnprintf. */
#include "vasnprintf.h"
/* Get MIN. */
-#include <minmax.h>
+#include "minmax.h"
/* Print formatted output to string STR. Similar to sprintf, but
additional length SIZE limit how much is written into STR. Returns