From 941b48199327eb25bafed119ded73fa16f63e1ae Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 21 Nov 2021 16:00:42 -0500 Subject: Added pragma once to othello.h --- include/othello.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/othello.h b/include/othello.h index 7591938..6c27c46 100644 --- a/include/othello.h +++ b/include/othello.h @@ -18,6 +18,8 @@ #define _GNU_SOURCE +#pragma once + #include enum player_color { -- cgit v1.2.3