aboutsummaryrefslogtreecommitdiff
path: root/src/universe.c
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-05 09:19:44 +0100
committerBenoit Germain <bnt.germain@gmail.com>2018-11-05 09:19:44 +0100
commit2354e878496d03b390e7cb8fbcd4d473ff983333 (patch)
treecbf2c952e0823d82911c4e93f04340c135923c42 /src/universe.c
parent0e83dda2bff94870e1264766ca276b9ccc2f2cd9 (diff)
downloadlanes-2354e878496d03b390e7cb8fbcd4d473ff983333.tar.gz
lanes-2354e878496d03b390e7cb8fbcd4d473ff983333.tar.bz2
lanes-2354e878496d03b390e7cb8fbcd4d473ff983333.zip
Fix compilation warning glitches
Diffstat (limited to 'src/universe.c')
-rw-r--r--src/universe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/universe.c b/src/universe.c
index e733838..00de1f3 100644
--- a/src/universe.c
+++ b/src/universe.c
@@ -28,6 +28,8 @@ THE SOFTWARE.
28=============================================================================== 28===============================================================================
29*/ 29*/
30 30
31#include <string.h>
32
31#include "universe.h" 33#include "universe.h"
32#include "compat.h" 34#include "compat.h"
33#include "macros_and_utils.h" 35#include "macros_and_utils.h"