diff options
Diffstat (limited to 'lib/physmem.c')
| -rw-r--r-- | lib/physmem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/physmem.c b/lib/physmem.c index 99fc8465b..ad8594d28 100644 --- a/lib/physmem.c +++ b/lib/physmem.c @@ -1,5 +1,5 @@ /* Calculate the size of physical memory. - Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2005 Free Software Foundation, Inc. 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 @@ -17,7 +17,7 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |
