Fix build on Microsoft Windows.
This commit is contained in:
parent
5dbdabcec2
commit
ec58634a67
@ -33,7 +33,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "arygon.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user