vp-build/templates/kbd/patches/fix_build.diff
Juan RP 85a7ceb76f Move all patches to templates/$pkgname/patches.
There's no need to set patch_files/patch_args anymore, all patches
in this directory will be applied with -Np0 and they have .diff
or .patch (and .gz/.bz2) extension.

--HG--
extra : convert_revision : 8d516c033fe34db94ebbcc84c246e84fc96ed901
2009-10-15 16:07:47 +02:00

11 lines
292 B
Diff

--- src/fgconsole.c.orig 2008-03-24 17:38:54.000000000 +0100
+++ src/fgconsole.c 2009-01-25 17:17:22.000000000 +0100
@@ -6,6 +6,7 @@
#include <sys/ioctl.h>
#include <getopt.h>
#include <linux/vt.h>
+#include <linux/types.h>
#include <linux/serial.h>
#include "getfd.h"
#include "nls.h"