]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/info.c
info: Add #include <strings.h> for portability
[empserver] / src / lib / commands / info.c
index 1b3e4712adfec85cfbeb457d2bb08f085a8f0ed4..cd9d4a008bb8d1af4f5a125220722037bb886e95 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -41,6 +41,7 @@
 #include <sys/stat.h>
 #include <stdio.h>
 #if !defined(_WIN32)
+#include <strings.h>
 #include <dirent.h>
 #endif
 #include "commands.h"