This commit is contained in:
Lars Knoll 2005-07-11 15:24:32 +00:00
parent de9784eb1b
commit 424c2d8905

View file

@ -42,7 +42,7 @@ Sun Microsystems, Inc. or its licensors is granted.
*/
/* $XFree86: xc/lib/X11/XlcDL.c,v 1.12 2003/04/13 19:22:19 dawes Exp $ */
/* $XdotOrg: lib/X11/src/xlibi18n/XlcDL.c,v 1.5 2005-07-11 09:18:31 keithp Exp $ */
/* $XdotOrg: lib/X11/src/xlibi18n/XlcDL.c,v 1.6 2005-07-11 15:24:32 lars Exp $ */
#ifdef HAVE_CONFIG_H
# include <config.h>
@ -56,11 +56,11 @@ Sun Microsystems, Inc. or its licensors is granted.
#include <stdio.h>
#if HAVE_DL_H
#ifdef HAVE_DL_H
#include <dl.h>
#endif
#if HAVE_DLFCN_H
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif