summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-25 13:28:09 +0000
committerrubidium <rubidium@openttd.org>2007-12-25 13:28:09 +0000
commitb3f6c0734b2eba2ab6271ea0fbf669a526a33e3c (patch)
treec1450dea7c233ea47c2c3cc45df7e9e2cc64c928 /src/screenshot.cpp
parent429521a7d1f549ba3f9a287885c42f400f5e960f (diff)
downloadopenttd-b3f6c0734b2eba2ab6271ea0fbf669a526a33e3c.tar.xz
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index 98e95ab23..d81135a18 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -16,6 +16,7 @@
#include "strings_func.h"
#include "zoom_func.h"
#include "core/alloc_func.hpp"
+#include "core/endian_func.hpp"
char _screenshot_format_name[8];
uint _num_screenshot_formats;