diff options
Diffstat (limited to '')
-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" |