X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest.priv.h;h=51d52a83ceb2d4ff165ae0913cb469ba60ce05ca;hp=8070c7131f1b602b22fb18c343cf296e4ddb6d9e;hb=2b635f090ec43c82958cef9369464aee4dd8975f;hpb=b040313679284c778b4f02a5b34d9e775ceba697 diff --git a/test/test.priv.h b/test/test.priv.h index 8070c713..51d52a83 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.102 2011/01/15 23:50:33 tom Exp $ */ +/* $Id: test.priv.h,v 1.103 2011/03/22 09:15:45 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -118,6 +118,10 @@ #define HAVE_LOCALE_H 0 #endif +#ifndef HAVE_MATH_H +#define HAVE_MATH_H 0 +#endif + #ifndef HAVE_MENU_H #define HAVE_MENU_H 0 #endif