diff options
Diffstat (limited to 'src/aticlock.c')
-rw-r--r-- | src/aticlock.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/aticlock.c b/src/aticlock.c index e1201cb..5acd3f8 100644 --- a/src/aticlock.c +++ b/src/aticlock.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticlock.c,v 1.21 2003/04/23 21:51:27 tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -192,6 +192,10 @@ * The Mach64's clock divider is not used in this case. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ati.h" #include "atiadapter.h" #include "atichip.h" |