summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2008-05-18 13:02:01 +0000
committerStefan Walter <stefw@src.gnome.org>2008-05-18 13:02:01 +0000
commit71674dc8a71c07815c8a74dc4e0133d31478b1ca (patch)
treee3a5f34f5df3bd6618578e898062ca524a2b36e0 /common
parent2d42f580fdd134ad99938002f65d54e3f4459153 (diff)
Add additional header for building on NetBSD. Patch by Matthias Drochner.
* common/gkr-unix-credentials.c: Add additional header for building on NetBSD. Patch by Matthias Drochner. Fixes bug #532014 svn path=/trunk/; revision=1143
Diffstat (limited to 'common')
-rw-r--r--common/gkr-unix-credentials.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gkr-unix-credentials.c b/common/gkr-unix-credentials.c
index 9f5a03cf..143c1613 100644
--- a/common/gkr-unix-credentials.c
+++ b/common/gkr-unix-credentials.c
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
+#include <sys/un.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>