Fix build on Microsoft Windows.
This commit is contained in:
parent
5dbdabcec2
commit
ec58634a67
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <strings.h>
|
#ifdef HAVE_STRINGS_H
|
||||||
|
# include <strings.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "arygon.h"
|
#include "arygon.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue