commit | 42a17ad2762f465d291c3bc0b6ed2b3738f65481 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Apr 18 11:30:56 2009 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Apr 19 10:47:45 2009 -0700 |
tree | f3a733a403f35c2c68e5ce021974c2051d230bdf | |
parent | 613cbe3d4870429bf2e816d4bbe3146d157ee5c1 [diff] |
<linux/seccomp.h> needs to include <linux/errno.h>. <linux/seccomp.h> uses EINVAL so should include <linux/errno.h>. This fixes a build error on 64-bit MIPS if CONFIG_SECCOMP is disabled. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>