diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-25 10:12:33 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-25 10:12:33 +0000 |
| commit | 78547a5267a8f6401ef567278b212f5a872bc464 (patch) | |
| tree | be7c388ee667953b0f5ba1b34d6891d9a6f97180 /test/blocks.cxx | |
| parent | 8cd9871d19673d3c61c74ccc0e8056ddeaec707c (diff) | |
Added Blocks to the VC6 project file and set dependencies.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5366 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/blocks.cxx')
| -rw-r--r-- | test/blocks.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx index 4ecfe665f..edc48be39 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -35,7 +35,6 @@ #include <stdlib.h> #include <string.h> #include <time.h> -#include <sys/time.h> #include <math.h> // Audio headers... @@ -43,6 +42,7 @@ #ifndef WIN32 # include <unistd.h> +# include <sys/time.h> #endif // !WIN32 #ifdef HAVE_ALSA_ASOUNDLIB_H |
