X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fsem.h;h=3c1f1120fe8846de2ef1f9a3ec2d4cf47171f8b0;hb=7d14f145f839b5d0d221ea209b4998f93267e2ec;hp=106f9757339a54aeffc52a440129b5827040c8c1;hpb=d67eb16f5d444fb6d173bcec889ddb2066c0fa0c;p=linux-2.6 diff --git a/include/linux/sem.h b/include/linux/sem.h index 106f975733..3c1f1120fe 100644 --- a/include/linux/sem.h +++ b/include/linux/sem.h @@ -79,6 +79,8 @@ struct seminfo { #ifdef __KERNEL__ +struct task_struct; + /* One semaphore structure for each semaphore in the system. */ struct sem { int semval; /* current value */