engine: crashhandler: fix _GNU_SOURCE redefined warning

This commit is contained in:
Alibek Omarov
2023-01-04 17:54:45 +03:00
parent 75ccd2283b
commit ed47346ef1
+2
View File
@@ -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"