diff options
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" |