diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-05-15 21:22:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-05-15 21:22:00 +0000 |
commit | 51755d3df0e8ca4458fa788229bf84a02d12bf7a (patch) | |
tree | 6d6759b24bdfe7612655c5eafa7aa657bce4d9b2 /packages/dsplink/files/prcs-fix-include.patch | |
parent | fe972d7a8486bd36f1484330ecb50979a8d987a1 (diff) | |
parent | a93ce1304819b8250f5f8088e63483fef453f829 (diff) |
merge of '175617edcda6a7db0736cb199971e613308f4f28'
and 'e53a5cd6a7325c8cfa3079fff6e7e086127f125c'
Diffstat (limited to 'packages/dsplink/files/prcs-fix-include.patch')
-rw-r--r-- | packages/dsplink/files/prcs-fix-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/dsplink/files/prcs-fix-include.patch b/packages/dsplink/files/prcs-fix-include.patch new file mode 100644 index 0000000000..12fcd5ec5d --- /dev/null +++ b/packages/dsplink/files/prcs-fix-include.patch @@ -0,0 +1,10 @@ +--- /tmp/prcs.c 2008-05-15 20:35:49.946802023 +0200 ++++ dsplink_1_50/dsplink/gpp/src/osal/Linux/prcs.c 2008-05-15 20:36:01.386858569 +0200 +@@ -17,6 +17,7 @@ + + /* ----------------------------------- OS Specific Headers */ + #include <linux/autoconf.h> ++#include <linux/sched.h> + #include <linux/spinlock.h> + #include <linux/module.h> + #include <linux/mm.h> |