Restore inclusion of byteutil.h in similiar/3d/interp.cpp

4a84320817b9e02f86f3ec2dd2678e3367cddcc removed lots of inclusions of
byteutil.h in various source files. However, when building with
WORDS_NEED_ALIGNMENT, interp.cpp makes use of the INTEL_SHORT and
GET_INTEL_SHORT macros defined there.

Fixes: c4a8432081  ("Remove WORDS_NEED_ALIGNMENT memcpy src cast to const uint8_t*")
This commit is contained in:
derhass 2015-09-29 18:36:01 +00:00
parent ab85c6f0e9
commit 85691b3784

View file

@ -20,6 +20,7 @@
#include "common/3d/globvars.h"
#include "polyobj.h"
#include "gr.h"
#include "byteutil.h"
#include "u_mem.h"
static const unsigned OP_EOF = 0; //eof