diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-05-15 19:31:09 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-05-15 19:31:09 +0000 |
commit | a93ce1304819b8250f5f8088e63483fef453f829 (patch) | |
tree | 5eb2d7f6fc8bbec68490c9c9cb127695a2c4e85b /packages/dsplink/files/prcs-fix-include.patch | |
parent | ce30bf7848ff9e9c5feac72fd19df1190990c3ab (diff) | |
parent | 059aa9ee0f4c615cc587d708ae2aeba56fd7116f (diff) |
merge of 'b0ae8d7e97486b45257d7443b82c3e7bd318a2a9'
and 'c623b8256cde670674edff5cc4131f32826906df'
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> |