From 92b524bb1ce79b4aacf0cc38daad726c5cbf3708 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 15 Jan 2013 22:22:44 +0000 Subject: I must haz config.h (to define _U_, if nothing else). svn path=/trunk/; revision=47105 --- wsutil/crash_info.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wsutil/crash_info.c') diff --git a/wsutil/crash_info.c b/wsutil/crash_info.c index e8fab553bb..7f09436e7c 100644 --- a/wsutil/crash_info.c +++ b/wsutil/crash_info.c @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" + #include #include "crash_info.h" -- cgit v1.2.1