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