summaryrefslogtreecommitdiff
path: root/src/valid_moves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/valid_moves.c')
-rw-r--r--src/valid_moves.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/valid_moves.c b/src/valid_moves.c
index dca1a0f..8c46c45 100644
--- a/src/valid_moves.c
+++ b/src/valid_moves.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+#define _GNU_SOURCE
+
#include <stdbool.h>
#include "othello.h"