diff options
author | cube <cube@pkgsrc.org> | 2003-12-18 09:08:44 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-12-18 09:08:44 +0000 |
commit | 7af095f5cfd468c5221dbd8a239a425e9caca6ca (patch) | |
tree | 9f4e863ebbda310a6cfa53888166404b6010f9bf /x11/vte/patches | |
parent | 037c716d7cac07705bcf454637468957ce55c512 (diff) | |
download | pkgsrc-7af095f5cfd468c5221dbd8a239a425e9caca6ca.tar.gz |
Move inclusion of <sys/select.h> after <sys/types.h> in src/dumpkeys.c.
That fixes the build on my 1.6.2_RC2 box.
Diffstat (limited to 'x11/vte/patches')
-rw-r--r-- | x11/vte/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/vte/patches/patch-ad b/x11/vte/patches/patch-ad new file mode 100644 index 00000000000..1b455476006 --- /dev/null +++ b/x11/vte/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2003/12/18 09:08:44 cube Exp $ + +--- src/dumpkeys.c.orig Thu Apr 24 04:50:54 2003 ++++ src/dumpkeys.c +@@ -20,2 +20,4 @@ + #include "../config.h" ++#include <sys/time.h> ++#include <sys/types.h> + #ifdef HAVE_SYS_SELECT_H +@@ -23,4 +25,2 @@ + #endif +-#include <sys/time.h> +-#include <sys/types.h> + #include <unistd.h> |