diff --git a/src/arscan.c b/src/arscan.c
index fb626412..9a0a7a0c 100644
--- a/src/arscan.c
+++ b/src/arscan.c
@@ -40,7 +40,7 @@ this program. If not, see . */
#include
/* This symbol should be present in lbrdef.h. */
-#ifndef LBR$_HDRTRUNC
+#if !defined LBR$_HDRTRUNC
#pragma extern_model save
#pragma extern_model globalvalue
extern unsigned int LBR$_HDRTRUNC;