use #ifdef instead of #if for HAVE_LIMITS_H

This commit is contained in:
Vincent Wei
2019-10-31 09:53:26 +08:00
parent 69eebf37e3
commit 437769c1a4
+1 -1
View File
@@ -1701,7 +1701,7 @@ typedef struct _GAL_Rect {
#endif
/* Commonly used definitions */
#if HAVE_LIMITS_H
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif