fix for ultra fail fix

Sat, 31 Dec 2011 22:48:28 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 22:48:28 +0100
changeset 17
2e7050c3a18e
parent 16
b4769e4eb4d1
child 18
69636f81db31
child 20
db7d9860dbbd

fix for ultra fail fix

test/mpool_tests.h file | annotate | diff | comparison | revisions
ucx/mempool.c file | annotate | diff | comparison | revisions
     1.1 --- a/test/mpool_tests.h	Sat Dec 31 22:46:27 2011 +0100
     1.2 +++ b/test/mpool_tests.h	Sat Dec 31 22:48:28 2011 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  #ifndef MPOOL_TESTS_H
     1.5  #define	MPOOL_TESTS_H
     1.6  
     1.7 -#include "ucx/mpool.h"
     1.8 +#include "ucx/mempool.h"
     1.9  
    1.10  #ifdef	__cplusplus
    1.11  extern "C" {
     2.1 --- a/ucx/mempool.c	Sat Dec 31 22:46:27 2011 +0100
     2.2 +++ b/ucx/mempool.c	Sat Dec 31 22:48:28 2011 +0100
     2.3 @@ -7,7 +7,7 @@
     2.4  #include <stdio.h>
     2.5  #include <errno.h>
     2.6  
     2.7 -#include "mpool.h"
     2.8 +#include "mempool.h"
     2.9  
    2.10  typedef struct {
    2.11      ucx_destructor destructor;

mercurial