| Index: fpdfsdk/include/fpdf_dataavail.h
|
| diff --git a/fpdfsdk/include/fpdf_dataavail.h b/fpdfsdk/include/fpdf_dataavail.h
|
| index 04f632affb1a9b0cfcd3cdc9326de0c130942893..de6cb23bd5e88d3eeb2c02644783976e4a22edf1 100644
|
| --- a/fpdfsdk/include/fpdf_dataavail.h
|
| +++ b/fpdfsdk/include/fpdf_dataavail.h
|
| @@ -7,10 +7,9 @@
|
| #ifndef _FPDF_DATAAVAIL_H_
|
| #define _FPDF_DATAAVAIL_H_
|
|
|
| -#ifndef _FPDFVIEW_H_
|
| -#include "fpdfview.h"
|
| -#endif
|
| +#include <stddef.h> // For size_t.
|
|
|
| +#include "fpdfview.h"
|
|
|
| /** The result of the process which check linearized PDF. */
|
| #define FSDK_IS_LINEARIZED 1
|
|
|