$OpenBSD: patch-common_utils_c,v 1.2 2013/10/15 14:21:00 ajacoutot Exp $

implicit declaration of function 'mkstemp'

--- common/utils.c.orig	Fri Oct 11 11:40:05 2013
+++ common/utils.c	Tue Oct 15 15:42:07 2013
@@ -1,5 +1,6 @@
 #include "utils.h"
 #include "string.h"
+#include <stdlib.h>
 #include <dlfcn.h>
 #include <sys/stat.h>
 #include <errno.h>
