forked from github/server
add missing include (MSVC is not picky enough)
This commit is contained in:
parent
10f2dd2d6e
commit
67e2eafbcf
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ without prior permission by the authors of Eressea.
|
|||
#include "unicode.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue