pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/awesome/patches Add missing include to fix reported...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5796baaf2348
branches:  trunk
changeset: 544685:5796baaf2348
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Thu Jul 17 20:54:00 2008 +0000

description:
Add missing include to fix reported build failure.

diffstat:

 wm/awesome/patches/patch-ac |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 2f00b67fbfec -r 5796baaf2348 wm/awesome/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/awesome/patches/patch-ac       Thu Jul 17 20:54:00 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2008/07/17 20:54:00 ahoka Exp $
+
+--- common/socket.c.orig       2008-06-24 09:05:44.000000000 +0200
++++ common/socket.c
+@@ -22,6 +22,7 @@
+ 
+ #include <stdio.h>
+ #include <errno.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
+ 



Home | Main Index | Thread Index | Old Index