openbsd-ports/devel/ccache/patches/patch-util_c
sthen fff88c564d Update to ccache-3.1.5.
Drop Ben as maintainer as he doesn't have time at present.
2011-06-22 09:20:02 +00:00

16 lines
356 B
Plaintext

$OpenBSD: patch-util_c,v 1.2 2011/06/22 09:20:02 sthen Exp $
--- util.c.orig Sun May 29 16:46:03 2011
+++ util.c Tue Jun 21 22:17:18 2011
@@ -17,6 +17,11 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <stdio.h>
+#include <string.h>
+
#include "ccache.h"
#include <zlib.h>