summaryrefslogtreecommitdiff
path: root/src/hiscore.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit1d7bd3f3169d03fcb2f9f127f97bb78942523d79 (patch)
tree9bc2eb00cb27a3829c13a0a58d7e0418bbd32121 /src/hiscore.cc
parent3eacc4f9835c697c50838b0f341355b5600d0256 (diff)
Simplify and combine the h-* headers
They were -- at best -- extremely dangerous to include separately because of order-dependence. There were also quite a few (apparent) workarounds for extremely old and non-standard systems.
Diffstat (limited to 'src/hiscore.cc')
-rw-r--r--src/hiscore.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hiscore.cc b/src/hiscore.cc
index d4e54a33..acbbbe28 100644
--- a/src/hiscore.cc
+++ b/src/hiscore.cc
@@ -3,6 +3,7 @@
#include "util.hpp"
#include <cassert>
+#include <cstring>
int highscore_seek(int highscore_fd, int i)
{