Apparently scandir only works in certain POSIX versions

This commit is contained in:
Sasha Koshka 2024-01-18 02:44:19 +00:00
parent be6d44343e
commit 318e35242d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE 700
#include <Xm/Xm.h>
#include <Xm/RowColumn.h>
#include <Xm/PushB.h>