summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-12-06 04:35:04 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-12-06 04:35:04 +0000
commit887698cb8570aff1a2d0eaecdb148fe61a64d91b (patch)
tree2bcdb285afe3f452e71adb1a4af43504c3c320da /test
parent9a52731601e8bf3dafac3565d44de11c9dba610f (diff)
Use <FL/math.h> since Windows doesn't define M_PI.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/sudoku.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sudoku.cxx b/test/sudoku.cxx
index 39c77b356..925c3da2d 100644
--- a/test/sudoku.cxx
+++ b/test/sudoku.cxx
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include <math.h>
+#include <FL/math.h>
#ifdef WIN32
# include "sudokurc.h"