diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-05 09:19:44 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-05 09:19:44 +0100 |
commit | 2354e878496d03b390e7cb8fbcd4d473ff983333 (patch) | |
tree | cbf2c952e0823d82911c4e93f04340c135923c42 /src/universe.c | |
parent | 0e83dda2bff94870e1264766ca276b9ccc2f2cd9 (diff) | |
download | lanes-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.c | 2 |
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" |