Browse Source

engine: crashhandler: fix _GNU_SOURCE redefined warning

pull/2/head
Alibek Omarov 2 years ago
parent
commit
ed47346ef1
  1. 2
      engine/common/crashhandler.c

2
engine/common/crashhandler.c

@ -12,7 +12,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,7 +12,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "common.h"

Loading…
Cancel
Save