diff options
Diffstat (limited to 'rts/LibdwPool.h')
-rw-r--r-- | rts/LibdwPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LibdwPool.h b/rts/LibdwPool.h index a6b670e6f1..3c4216d09b 100644 --- a/rts/LibdwPool.h +++ b/rts/LibdwPool.h @@ -14,7 +14,7 @@ #include "Rts.h" #include "Libdw.h" -#ifdef USE_LIBDW +#if USE_LIBDW /* Initialize the pool */ void libdwPoolInit(void); |