diff PrivateQueue.c @ 49:083298a6f7b6

new branch PR_univ_lib -- creates a static library, copied to /usr/lib/PR__lib
author Sean Halle <seanhalle@yahoo.com>
date Sat, 27 Jul 2013 13:10:10 -0700
parents 1ea30ca7093c
children
line diff
     1.1 --- a/PrivateQueue.c	Tue Jul 23 07:28:22 2013 -0700
     1.2 +++ b/PrivateQueue.c	Sat Jul 27 13:10:10 2013 -0700
     1.3 @@ -14,7 +14,8 @@
     1.4  #include <stdlib.h>
     1.5  
     1.6  #include "PrivateQueue.h"
     1.7 -#include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h"
     1.8 +#include <PR__include/prqueue.h>
     1.9 +#include <PR__include/prmalloc.h>
    1.10  
    1.11  
    1.12