| Index: fpdfsdk/include/fpdf_dataavail.h
|
| diff --git a/fpdfsdk/include/fpdf_dataavail.h b/fpdfsdk/include/fpdf_dataavail.h
|
| index e4c1b97883d4c462139e1ce7032e302af4ba17be..3c37397185d4bcf68dca761e2a46ce94da435c6c 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
|
|
|