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. --- examples/cipher.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/cipher.c') diff --git a/examples/cipher.c b/examples/cipher.c index 1334f02..52b4996 100644 --- a/examples/cipher.c +++ b/examples/cipher.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include #include #include #include -- cgit