From 158aa8283702b6c7655e9e8e6fbaa8c543cbf7f6 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Oct 2009 11:29:39 +0200 Subject: [PATCH] Fixed windows build failure due to missing string.h include in libxdrf --- src/gmxlib/libxdrf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gmxlib/libxdrf.c b/src/gmxlib/libxdrf.c index a2c1406d43..50bb164866 100644 --- a/src/gmxlib/libxdrf.c +++ b/src/gmxlib/libxdrf.c @@ -43,6 +43,7 @@ #include #include "statutil.h" #include "xdrf.h" +#include "string2.h" -- 2.22.0