error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
[pspp] / lib / md5.c
index 39d2bb4e5b9ba8e9c4dcfdea525ffd2d67fca213..999e25ef3b9705e1ebebc9d29eeae8c43597fb14 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -29,7 +29,7 @@
 #include <stddef.h>
 #include <string.h>
 
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif