aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.c')
-rw-r--r--src/jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index a96a9d7f..e7fc3375 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -42,6 +42,7 @@
#define __LITTLE_ENDIAN
#include "util.h"
#include "jpeg.h"
+#include "string.h"
#define ISHIFT 11
#define IFIX(a) ((int)((a) * (1 << ISHIFT) + .5))