Fix compilation on OS X

This commit is contained in:
Paul Floyd 2021-03-02 17:41:47 +01:00
parent e42badd060
commit 8fd6de1cfe

View File

@ -1,6 +1,7 @@
/* See also https://bugs.kde.org/show_bug.cgi?id=432381. */
#define _GNU_SOURCE
#define _XOPEN_SOURCE
#include <assert.h>
#include <limits.h>