mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-19 10:10:43 +02:00
compile
This commit is contained in:
parent
de9784eb1b
commit
424c2d8905
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue