mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
Add a missing include
This commit is contained in:
parent
f6999a720d
commit
ab8e4a36c1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#define DIC_INTERNALS_H_
|
#define DIC_INTERNALS_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <cstring> // For memcpy
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue