aboutsummaryrefslogtreecommitdiff
path: root/bmp.c
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-24 17:03:51 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-24 17:03:51 +0000
commit213fe54442d230f67c1fb526dafec8ebc936d242 (patch)
tree913ee956c10fb3ab9ccc67d2a45dcc171f9851eb /bmp.c
parentc541e2225cba0079b8c936e912f3952336441385 (diff)
Fix build on Windows
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@636 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'bmp.c')
-rw-r--r--bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bmp.c b/bmp.c
index 01353c7..5d4c58f 100644
--- a/bmp.c
+++ b/bmp.c
@@ -33,6 +33,7 @@
#include <jpeglib.h>
#include <jpegint.h>
#include "cdjpeg.h"
+#include "tjutil.h"
#include "bmp.h"