diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2012-11-28 07:36:03 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2012-11-28 07:36:03 +0000 |
commit | e341d2906a84c87246be702e6c574b0bd65e4bf6 (patch) | |
tree | a331c242105f8e160aabc31e2d9e43029bd48b4f /dpi/downloads.cc | |
parent | e8f8cc274d9ea3d940bfb453c2006f94959bb8ad (diff) |
Add "#include <FL/fl_ask.H>" wherever its functions are used.
Diffstat (limited to 'dpi/downloads.cc')
-rw-r--r-- | dpi/downloads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc index 418dbd1b..a25b511e 100644 --- a/dpi/downloads.cc +++ b/dpi/downloads.cc @@ -30,6 +30,7 @@ #include <sys/wait.h> #include <FL/Fl.H> +#include <FL/fl_ask.H> #include <FL/fl_draw.H> #include <FL/Fl_File_Chooser.H> #include <FL/Fl_Window.H> |