temporary alpha-fix

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@825 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-03-02 17:38:26 +00:00
parent d825ce6ab0
commit 914e383344

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Master include file 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 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 it under the terms of the GNU General Public License as published by
@ -78,6 +78,12 @@
#endif #endif
#endif /* B_ENDIAN, L_ENDIAN from configure */ #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 "parse.h"
#include "constants.h" #include "constants.h"
#include "types.h" #include "types.h"