diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-11-29 14:38:26 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-11-29 14:38:26 +0000 |
| commit | e06bcd027f860f2d62c5419dab14a975eecae7c9 (patch) | |
| tree | 43c511e05e90780b5662585ac0913425a84e239f /codec/index.c | |
| parent | 9e5d165e79499cffe11a85ebc1b1ff320d52953b (diff) | |
Added index.h and index.c in VC6 projects; wrapped index.h in the C++ preprocessor; modified OPJViewer project and some files.
Diffstat (limited to 'codec/index.c')
| -rw-r--r-- | codec/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codec/index.c b/codec/index.c index 985c18a0..2e0283dd 100644 --- a/codec/index.c +++ b/codec/index.c @@ -28,6 +28,7 @@ #include <stdio.h>
#include <math.h>
+#include <string.h>
#include "openjpeg.h"
#include "index.h"
|
