From f28aa3e7b3a1cd96f5e6449e3793561409f1ac94 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sun, 8 Aug 2010 02:03:13 +0200 Subject: Use types from for public headers. When included in the kernel tree, is not available, so has to be used. does not provide the uintNN_t and size_t types when installed to /usr/include/linux (package kernel-headers on Fedora). Therefore, use the types from that are available in userspace. Also fix user-space users of the headers not to assume that they provide the types. --- userspace/setkey.c | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace') diff --git a/userspace/setkey.c b/userspace/setkey.c index ea9d30e..b090bd5 100644 --- a/userspace/setkey.c +++ b/userspace/setkey.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include #include #include #include -- cgit