* src/node_device_hal.c: Include <config.h> before everything else.

This commit is contained in:
Jim Meyering 2008-12-21 18:49:11 +00:00
parent 9604a4618a
commit 337dce1e24
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Sun Dec 21 19:46:35 +0100 2008 Jim Meyering <meyering@redhat.com>
* src/node_device_hal.c: Include <config.h> before everything else.
Sun Dec 21 00:20:51 CET 2008 Guido Günther <agx@sigxcpu.org>
avoid "make check" failures due to localized error messages

View File

@ -21,10 +21,10 @@
* Author: David F. Lively <dlively@virtualiron.com>
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <config.h>
#include <libhal.h>
#include "node_device_conf.h"