Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301527 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/speakup_soft.c (+1 lines)
Lines 24-29 Link Here
24
#include <linux/unistd.h>
24
#include <linux/unistd.h>
25
#include <linux/miscdevice.h> /* for misc_register, and SYNTH_MINOR */
25
#include <linux/miscdevice.h> /* for misc_register, and SYNTH_MINOR */
26
#include <linux/poll.h> /* for poll_wait() */
26
#include <linux/poll.h> /* for poll_wait() */
27
#include <linux/sched.h>
27
28
28
#include "spk_priv.h"
29
#include "spk_priv.h"
29
#include "speakup.h"
30
#include "speakup.h"

Return to bug 301527