summaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2012-11-28 07:36:03 +0000
committerJeremy Henty <onepoint@starurchin.org>2012-11-28 07:36:03 +0000
commite341d2906a84c87246be702e6c574b0bd65e4bf6 (patch)
treea331c242105f8e160aabc31e2d9e43029bd48b4f /dpi
parente8f8cc274d9ea3d940bfb453c2006f94959bb8ad (diff)
Add "#include <FL/fl_ask.H>" wherever its functions are used.
Diffstat (limited to 'dpi')
-rw-r--r--dpi/downloads.cc1
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>