diff options
author | Chris Apers | 2006-01-30 19:10:27 +0000 |
---|---|---|
committer | Chris Apers | 2006-01-30 19:10:27 +0000 |
commit | 6f5141782699c911860006575da6210130bbfce5 (patch) | |
tree | a6b1c6decbd11853b9ead4e4c2039d5186b0b6a4 /sky | |
parent | d985e24bf9f5061f38b1f575d259ecc998178c10 (diff) | |
download | scummvm-rg350-6f5141782699c911860006575da6210130bbfce5.tar.gz scummvm-rg350-6f5141782699c911860006575da6210130bbfce5.tar.bz2 scummvm-rg350-6f5141782699c911860006575da6210130bbfce5.zip |
Fixed compilation
svn-id: r20313
Diffstat (limited to 'sky')
-rw-r--r-- | sky/hufftext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/hufftext.cpp b/sky/hufftext.cpp index 6fef4319bd..d750f3948d 100644 --- a/sky/hufftext.cpp +++ b/sky/hufftext.cpp @@ -19,7 +19,7 @@ * */ -#include "text.h" +#include "sky/text.h" namespace Sky { |