From c14329971a08fc2b031bdd88093b44d1ed296567 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 4 Nov 2003 21:32:34 +0000 Subject: [PATCH] Fixed multiple-inclusion protection. --- src/xpdev/xpendian.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpdev/xpendian.h b/src/xpdev/xpendian.h index cbc35454f5..ae2194888c 100644 --- a/src/xpdev/xpendian.h +++ b/src/xpdev/xpendian.h @@ -36,6 +36,7 @@ ****************************************************************************/ #ifndef _ENDIAN_H +#define _ENDIAN_H /************************/ /* byte-swapping macros */ -- GitLab