diff PrivateHash.c @ 36:14c289b351ff

added nb project
author Sean Halle <seanhalle@yahoo.com>
date Mon, 30 Sep 2013 01:05:39 -0700
parents 049a8d8917c5
children
line diff
     1.1 --- a/PrivateHash.c	Tue Jul 23 07:38:54 2013 -0700
     1.2 +++ b/PrivateHash.c	Mon Sep 30 01:05:39 2013 -0700
     1.3 @@ -6,8 +6,8 @@
     1.4   * Author: seanhalle@yahoo.com
     1.5   */
     1.6  
     1.7 -#include "PrivateHash.h"
     1.8 -#include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h"
     1.9 +#include <PR__include/prhash.h>
    1.10 +#include <PR__include/prmalloc.h>
    1.11  
    1.12  HashTable *
    1.13  makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn )