summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/strings.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-30 05:50:02 -0400
committerNeil Moore <neil@s-z.org>2014-07-30 05:50:02 -0400
commitd1047cec82713d16bc1b6ffb8ee3fcc6e5fd6fe8 (patch)
treefeed969169142f923d3227134c0b23add4571b85 /crawl-ref/source/strings.cc
parentfc841dd1f274c8137833499d6f7a8873eb57c7a3 (diff)
downloadcrawl-ref-d1047cec82713d16bc1b6ffb8ee3fcc6e5fd6fe8.tar.gz
crawl-ref-d1047cec82713d16bc1b6ffb8ee3fcc6e5fd6fe8.zip
Fix strlcpy check (reaverb)
Diffstat (limited to 'crawl-ref/source/strings.cc')
-rw-r--r--crawl-ref/source/strings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/strings.cc b/crawl-ref/source/strings.cc
index 20e6243877..0dae9af119 100644
--- a/crawl-ref/source/strings.cc
+++ b/crawl-ref/source/strings.cc
@@ -4,10 +4,10 @@
**/
#include "AppHdr.h"
-#include "strings.h"
#include <cwctype>
#include "random.h"
+#include "strings.h"
#include "unicode.h"
#ifndef CRAWL_HAVE_STRLCPY