mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add missing includes.
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
#ifndef LIBDICFORMAT_DIC_H
|
#ifndef LIBDICFORMAT_DIC_H
|
||||||
#define LIBDICFORMAT_DIC_H
|
#define LIBDICFORMAT_DIC_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
// TODO: Generate automatically from C#
|
// TODO: Generate automatically from C#
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -32,6 +32,8 @@
|
|||||||
#ifndef LIBDICFORMAT_CONTEXT_H
|
#ifndef LIBDICFORMAT_CONTEXT_H
|
||||||
#define LIBDICFORMAT_CONTEXT_H
|
#define LIBDICFORMAT_CONTEXT_H
|
||||||
|
|
||||||
|
#include "structs.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user