Fix build on Microsoft Windows.

This commit is contained in:
Romain Tartiere 2010-09-07 08:45:03 +00:00
parent 5dbdabcec2
commit ec58634a67

View file

@ -33,7 +33,9 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include "arygon.h"