From 762f67d9fee37eb0366b3ea4362b5f0dad469b18 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 27 Jul 2003 03:37:16 +0000 Subject: [PATCH] enable ArchHooks_Unix --- stepmania/src/arch/arch_linux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/arch/arch_linux.h b/stepmania/src/arch/arch_linux.h index 213e345ef4..06626d8a2e 100644 --- a/stepmania/src/arch/arch_linux.h +++ b/stepmania/src/arch/arch_linux.h @@ -13,9 +13,11 @@ #include "LoadingWindow/LoadingWindow_Gtk.h" #endif +#include "ArchHooks/ArchHooks_Unix.h" + #endif /* - * Copyright (c) 2002 by the person(s) listed below. All rights reserved. + * Copyright (c) 2002-2003 by the person(s) listed below. All rights reserved. * * Glenn Maynard */