lib/csa: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson 2021-11-12 16:21:34 -07:00
parent 5223d0408e
commit 23b3b76c1d
1 changed files with 4 additions and 0 deletions

View File

@ -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