openbsd-ports/x11/gnome/keyring/patches/patch-common_gkr-secure-memory_c
2007-12-07 22:05:58 +00:00

12 lines
344 B
Plaintext

$OpenBSD: patch-common_gkr-secure-memory_c,v 1.2 2007/12/07 22:05:58 martynas Exp $
--- common/gkr-secure-memory.c.orig Sat Nov 24 19:40:21 2007
+++ common/gkr-secure-memory.c Mon Dec 3 00:34:25 2007
@@ -31,6 +31,7 @@
#include "gkr-secure-memory.h"
+#include <sys/types.h>
#include <sys/mman.h>
#include <stddef.h>
#include <string.h>