summaryrefslogtreecommitdiffstats
path: root/hivex/hivexml.c
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-29 17:54:48 +0000
committerRichard Jones <rjones@redhat.com>2009-10-29 17:54:48 +0000
commita4e27cdf4d3b831792dd20d796dc98a5bc684290 (patch)
treec7fe946a3fd8ae839056583387dc73404caa4a10 /hivex/hivexml.c
parente02f42cb1d7f60c9d2f020d7d8c1b5316fb61310 (diff)
downloadlibguestfs-a4e27cdf4d3b831792dd20d796dc98a5bc684290.tar.gz
libguestfs-a4e27cdf4d3b831792dd20d796dc98a5bc684290.tar.xz
libguestfs-a4e27cdf4d3b831792dd20d796dc98a5bc684290.zip
RHEL 5: Detect endianness functions and supply them.
Diffstat (limited to 'hivex/hivexml.c')
-rw-r--r--hivex/hivexml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hivex/hivexml.c b/hivex/hivexml.c
index af3de9e4..9dd394ef 100644
--- a/hivex/hivexml.c
+++ b/hivex/hivexml.c
@@ -16,6 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>