diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-10 22:33:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-10 22:33:34 +0000 |
| commit | c279f087a13ae80c6a923dd24644e253a380c669 (patch) | |
| tree | 4fdcbe98828eb3c1eb34dcda1489a24e9086d141 | |
| parent | af500d018db6683e1822934956be62f0f138cb0c (diff) | |
Add missing include for undo functions (STR #773)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4266 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/undo.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/undo.cxx b/fluid/undo.cxx index 1982ffa7e..c0590f78e 100644 --- a/fluid/undo.cxx +++ b/fluid/undo.cxx @@ -31,6 +31,7 @@ #include <FL/Fl_Preferences.H> #include "../src/flstring.h" #if defined(WIN32) && !defined(__CYGWIN__) +# include <io.h> # include <windows.h> # define getpid GetCurrentProcessId #else |
