From 0bc9e5e5d7977113f926e3334ccff330116da565 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Apr 2003 17:05:55 +0000 Subject: It's #ifdef CONFIG_H, not #if CONFI_H --- source/tdb/spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tdb') diff --git a/source/tdb/spinlock.h b/source/tdb/spinlock.h index d6a2ac6eb88..8b0e833ff56 100644 --- a/source/tdb/spinlock.h +++ b/source/tdb/spinlock.h @@ -1,7 +1,7 @@ #ifndef __SPINLOCK_H__ #define __SPINLOCK_H__ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif -- cgit