Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
plzombie committed Aug 5, 2023
1 parent ed5bad8 commit 3915f6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/djvupure_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "../include/djvupure.h"

#include <string.h>

static const uint8_t djvupure_info_sign[4] = { 'I', 'N', 'F', 'O' };
static const size_t djvupure_info_len = 10;

Expand Down

0 comments on commit 3915f6b

Please sign in to comment.