From d3ef3afdb8242590ed289d0c512289c51b6f3240 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 26 Jul 2005 16:58:27 +0000 Subject: Add config.h includes for modularization Use RETSIGTYPE if defined by autoconf in addition to Imake's SIGNALRETURNSINT. --- parsedpy.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'parsedpy.c') diff --git a/parsedpy.c b/parsedpy.c index d7b5a4a..f3501c2 100644 --- a/parsedpy.c +++ b/parsedpy.c @@ -1,5 +1,6 @@ /* * $Xorg: parsedpy.c,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $ + * $XdotOrg: $ * * parse_displayname - utility routine for splitting up display name strings * @@ -31,6 +32,10 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/programs/xauth/parsedpy.c,v 3.7 2003/07/09 15:27:37 tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include /* for NULL */ #include /* for isascii() and isdigit() */ #include /* for strchr() and string routines */ -- cgit v1.2.1