diff options
author | marcus <marcus> | 2003-09-07 22:13:04 +0000 |
---|---|---|
committer | marcus <marcus> | 2003-09-07 22:13:04 +0000 |
commit | 3e7717ecf8c191a5e3c2fd865df18a20a407dfdd (patch) | |
tree | 8d34cff9d12a5022825f1acde56f06be260d854f /laden/ia32-shutdown.c | |
parent | 103f3951ba2e4ae7c1c39ad9c7d71a1df23586c9 (diff) |
Small cleanups.
Diffstat (limited to 'laden/ia32-shutdown.c')
-rw-r--r-- | laden/ia32-shutdown.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/laden/ia32-shutdown.c b/laden/ia32-shutdown.c index 2aa0d4c..f467fb1 100644 --- a/laden/ia32-shutdown.c +++ b/laden/ia32-shutdown.c @@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#if HAVE_CONFIG_H +#include <config.h> +#endif + #include <sys/io.h> #include "shutdown.h" |