]> git.pld-linux.org Git - packages/vte.git/commitdiff
- fix #126377 (http://bugzilla.gnome.org)
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Thu, 10 Jun 2004 17:01:36 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte-types-include.patch -> 1.1

vte-types-include.patch [new file with mode: 0644]

diff --git a/vte-types-include.patch b/vte-types-include.patch
new file mode 100644 (file)
index 0000000..53e1af0
--- /dev/null
@@ -0,0 +1,12 @@
+--- src/dumpkeys.c.old 2003-11-06 12:30:50.000000000 +0100
++++ src/dumpkeys.c     2003-11-06 12:32:18.000000000 +0100
+@@ -18,6 +18,9 @@
+ #ident "$Id$"
+ #include "../config.h"
++#ifdef HAVE_SYS_TYPES_H
++#include <sys/types.h>
++#endif
+ #ifdef HAVE_SYS_SELECT_H
+ #include <sys/select.h>
+ #endif
This page took 0.166516 seconds and 4 git commands to generate.