From c618097e83da1729e89b4aa8df6f00e7dc6be6a9 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Wed, 8 Jun 2011 16:01:23 +0200 Subject: [PATCH] Make fgadmin compile under linux missing string.h for str(n)cmp --- utils/fgadmin/src/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fgadmin/src/main.cxx b/utils/fgadmin/src/main.cxx index 1c743ffa1..d40a0578c 100644 --- a/utils/fgadmin/src/main.cxx +++ b/utils/fgadmin/src/main.cxx @@ -28,7 +28,7 @@ #include #include #include - +#include #include "fgadmin.h" using std::string; -- 2.39.5