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
--- a/test/mpool_tests.h	Sat Dec 31 22:46:27 2011 +0100
+++ b/test/mpool_tests.h	Sat Dec 31 22:48:28 2011 +0100
@@ -5,7 +5,7 @@
 #ifndef MPOOL_TESTS_H
 #define	MPOOL_TESTS_H
 
-#include "ucx/mpool.h"
+#include "ucx/mempool.h"
 
 #ifdef	__cplusplus
 extern "C" {
--- a/ucx/mempool.c	Sat Dec 31 22:46:27 2011 +0100
+++ b/ucx/mempool.c	Sat Dec 31 22:48:28 2011 +0100
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "mpool.h"
+#include "mempool.h"
 
 typedef struct {
     ucx_destructor destructor;

mercurial