]> git.neil.brown.name Git - history.git/commitdiff
ppc64: add missing include in semaphore.c
authorAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 01:56:12 +0000 (11:56 +1000)
committerAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 01:56:12 +0000 (11:56 +1000)
arch/ppc64/kernel/semaphore.c

index d9667cce6f25f0a2c8ba9c99c962337fe3e177f9..7fb2d8d95d0a7f5c933ef0ad456a6bff5b2003d7 100644 (file)
@@ -19,6 +19,7 @@
 #include <linux/sched.h>
 #include <asm/atomic.h>
 #include <asm/semaphore.h>
+#include <asm/errno.h>
 
 /*
  * Atomically update sem->count.