From f09ac52b8a4a35e46c694b96ccfbf28c08f0c527 Mon Sep 17 00:00:00 2001 From: wenji Date: Mon, 26 May 2008 04:23:12 -0400 Subject: Include fdtable.h in task.stp for 2.6.26 and format signal.stp --- tapset/task.stp | 1 + 1 file changed, 1 insertion(+) (limited to 'tapset/task.stp') diff --git a/tapset/task.stp b/tapset/task.stp index a15888f8..1f361b58 100644 --- a/tapset/task.stp +++ b/tapset/task.stp @@ -9,6 +9,7 @@ %{ #include #include +#include %} // Return the task_struct representing the current process -- cgit