From 0050f96f57affdf0471ba5f79172f17305c0b349 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 18 Mar 2012 08:23:33 +0100 Subject: [PATCH] fix test driver --- src/internfile/mh_mbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internfile/mh_mbox.cpp b/src/internfile/mh_mbox.cpp index 3051382f..cb241b7b 100644 --- a/src/internfile/mh_mbox.cpp +++ b/src/internfile/mh_mbox.cpp @@ -525,6 +525,7 @@ using namespace std; #include "rclconfig.h" #include "rclinit.h" +#include "cstr.h" #include "mh_mbox.h" static char *thisprog;