$OpenBSD: patch-tests_utils_h,v 1.2 2012/10/01 07:31:17 dcoppa Exp $

Add missing include, needed for S_IRUSR/S_IWUSR macros

--- tests/utils.h.orig	Fri Sep 28 14:20:20 2012
+++ tests/utils.h	Fri Sep 28 14:21:01 2012
@@ -7,6 +7,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/fcntl.h>
+#include <sys/stat.h>
 #endif
 #include <stdio.h>
 #include <string.h>
