diff options
Diffstat (limited to 'db2/mutex/mutex.c')
-rw-r--r-- | db2/mutex/mutex.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db2/mutex/mutex.c b/db2/mutex/mutex.c index acc6aa07c9..2fac14cf3d 100644 --- a/db2/mutex/mutex.c +++ b/db2/mutex/mutex.c @@ -110,6 +110,10 @@ static const char sccsid[] = "@(#)mutex.c 10.52 (Sleepycat) 11/8/98"; #include "x86.gcc" #endif +#ifdef HAVE_ASSEM_ALPHA +#include "alpha.h" +#endif + #ifdef WIN16 /* Win16 spinlocks are simple because we cannot possibly be preempted. */ #define TSL_INIT(tsl) |