diff --git a/rdesktop.h b/rdesktop.h index ed8e053..2b1a936 100644 --- a/rdesktop.h +++ b/rdesktop.h @@ -1,7 +1,7 @@ /* rdesktop: A Remote Desktop Protocol client. Master include file - Copyright (C) Matthew Chapman 1999-2004 + Copyright (C) Matthew Chapman 1999-2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -78,6 +78,12 @@ #endif #endif /* B_ENDIAN, L_ENDIAN from configure */ +/* Temporary NEED_ALIGN for alpha, should be properly detected + by configure in the future */ +#if defined(__alpha__) +#define NEED_ALIGN +#endif + #include "parse.h" #include "constants.h" #include "types.h"