libgnt/libgnt

Fix a build failure on FreeBSD
release-2.x.y
2020-06-07, Gary Kramlich
916e7765175a
Parents 0ed43e4e8a74
Children 40f4f3c119e5
Fix a build failure on FreeBSD
  • +1 -1
    gntwm.c
  • --- a/gntwm.c Mon Jun 03 01:57:51 2019 -0400
    +++ b/gntwm.c Sun Jun 07 23:35:18 2020 -0500
    @@ -32,7 +32,7 @@
    #define _GNU_SOURCE
    #endif
    -#if !defined _XOPEN_SOURCE_EXTENDED && (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
    +#if !defined _XOPEN_SOURCE_EXTENDED && (defined(__APPLE__) || defined(__unix__))
    #define _XOPEN_SOURCE_EXTENDED
    #endif