diff options
-rw-r--r-- | src/objdef.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objdef.cpp b/src/objdef.cpp index bdf9c4dfc..465bea44c 100644 --- a/src/objdef.cpp +++ b/src/objdef.cpp @@ -17,9 +17,11 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include <strings.h> #include "objdef.h" #include "util/numeric.h" #include "debug.h" +#include "porting.h" #include "log.h" #include "gamedef.h" |