summaryrefslogtreecommitdiffstats
path: root/module/icp/algs/edonr/edonr.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/icp/algs/edonr/edonr.c')
-rw-r--r--module/icp/algs/edonr/edonr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/module/icp/algs/edonr/edonr.c b/module/icp/algs/edonr/edonr.c
index 8ae989890..7c677095f 100644
--- a/module/icp/algs/edonr/edonr.c
+++ b/module/icp/algs/edonr/edonr.c
@@ -29,12 +29,7 @@
* Portions copyright (c) 2013, Saso Kiselkov, All rights reserved
*/
-/* determine where we can get bcopy/bzero declarations */
-#ifdef _KERNEL
-#include <sys/systm.h>
-#else
-#include <strings.h>
-#endif
+#include <sys/strings.h>
#include <sys/edonr.h>
#include <sys/debug.h>