From 385f08cd95b8843c962f488aafa54baeb835236a Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones@redhat.com>
Date: Fri, 19 Feb 2010 16:35:25 +0000
Subject: [PATCH] gnulib: Include xstrtol, xstrtoll modules.

These were omitted from the earlier code import from libguestfs.
---
 bootstrap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bootstrap b/bootstrap
index d469b62..88cb205 100755
--- a/bootstrap
+++ b/bootstrap
@@ -74,6 +74,8 @@ strndup
 vasprintf
 vc-list-files
 warnings
+xstrtol
+xstrtoll
 '
 
 $gnulib_tool			\
-- 
1.8.3.1