diff options
Diffstat (limited to 'source3/tdb/spinlock.c')
-rw-r--r-- | source3/tdb/spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/spinlock.c b/source3/tdb/spinlock.c index 0a68981ca2..0b2994f8f5 100644 --- a/source3/tdb/spinlock.c +++ b/source3/tdb/spinlock.c @@ -18,11 +18,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if STANDALONE #if HAVE_CONFIG_H #include <config.h> #endif +#if STANDALONE #include <stdlib.h> #include <stdio.h> #include <unistd.h> |