mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
lib/csa: fix implicit-function-declaration warnings
This commit is contained in:
parent
5223d0408e
commit
23b3b76c1d
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
||||
*/
|
||||
|
||||
#if defined(__linux__) || defined(CSRG_BASED)
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <EUSCompat.h>
|
||||
#define XOS_USE_NO_LOCKING
|
||||
#define X_INCLUDE_TIME_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue