diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-29 17:54:48 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-29 17:54:48 +0000 |
commit | a4e27cdf4d3b831792dd20d796dc98a5bc684290 (patch) | |
tree | c7fe946a3fd8ae839056583387dc73404caa4a10 /hivex/hivexml.c | |
parent | e02f42cb1d7f60c9d2f020d7d8c1b5316fb61310 (diff) | |
download | libguestfs-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.c | 2 |
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> |