1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtsession/SmUI.c: fix a build issue on OpenBSD 7

This commit is contained in:
Jon Trulson 2021-12-10 17:24:40 -07:00
parent b900f8a36d
commit 18e25ce273

View file

@ -55,7 +55,7 @@
** **
***************************************************************************** *****************************************************************************
*************************************<+>*************************************/ *************************************<+>*************************************/
#ifndef _XOPEN_SOURCE #if defined(__linux__) && !defined(_XOPEN_SOURCE)
# define _XOPEN_SOURCE 600 # define _XOPEN_SOURCE 600
#endif #endif