]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/random/YarrowCoreLib/src/yarrowUtils.c
xnu-792.6.56.tar.gz
[apple/xnu.git] / bsd / dev / random / YarrowCoreLib / src / yarrowUtils.c
index a47ff7dcfe8992e4a8c91bb2302180047ec7c416..35c47fdb6ed7b63a742cf780c834ad5e4c591025 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -39,6 +37,7 @@
 */
 
 #include "dev/random/YarrowCoreLib/include/yarrowUtils.h"
+#include <string.h>
 
 void 
 trashMemory(void* mem, int len)