Linux: Simplify header file checks
[openafs.git] / src / afs / LINUX24 / osi_sleep.c
index c820f1e..3833b8e 100644 (file)
@@ -15,7 +15,7 @@
 #include "afsincludes.h"       /* Afs-based standard headers */
 #include "afs/afs_stats.h"     /* afs statistics */
 
-#if defined(FREEZER_H_EXISTS)
+#if defined(HAVE_LINUX_FREEZER_H)
 #include <linux/freezer.h>
 #endif