Added missing #include <math.h>.

This commit is contained in:
Gerald Pfeifer 2000-06-24 12:50:56 +00:00 committed by Alexandre Julliard
parent 12ca954296
commit e384fa6b6d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Helper functions for ntdll * Helper functions for ntdll
*/ */
#include <time.h> #include <time.h>
#include <math.h>
#include "config.h" #include "config.h"