From 6d3f0167feb4d66ace66963200726439cb4a3914 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 2 Jun 2002 12:53:03 +0000 Subject: [PATCH] Prevent multiple inclusion. --- lib/pools.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/pools.h b/lib/pools.h index 3526aec0..ea3fbddf 100644 --- a/lib/pools.h +++ b/lib/pools.h @@ -4,6 +4,9 @@ * (c) 1997--2001 Martin Mares */ +#ifndef _SHERLOCK_POOLS_H +#define _SHERLOCK_POOLS_H + #ifndef POOL_ALIGN #define POOL_ALIGN CPU_STRUCT_ALIGN #endif @@ -40,3 +43,5 @@ static inline void *mp_alloc_fast_noalign(struct mempool *p, uns l) p->free = ee; return f; } + +#endif -- 2.39.2