summaryrefslogtreecommitdiff
path: root/src/download_thread.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-15 08:45:24 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-15 08:45:24 -0800
commitf3fb4c1cad74cdcaaccb12688aedf57c1ee13229 (patch)
tree6de30347a711da2d128032b5a469df9025792794 /src/download_thread.h
parentecb9d97d10e0b6ab1a9b228b8c53ed83b10b0ef7 (diff)
downloadaptitude-f3fb4c1cad74cdcaaccb12688aedf57c1ee13229.tar.gz
Fix the includes for the cwidget thread stuff.
Diffstat (limited to 'src/download_thread.h')
-rw-r--r--src/download_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/download_thread.h b/src/download_thread.h
index d39e73fe..4c3876c0 100644
--- a/src/download_thread.h
+++ b/src/download_thread.h
@@ -23,7 +23,7 @@
#include <apt-pkg/acquire.h>
#include <apt-pkg/error.h>
-#include <generic/util/threads.h>
+#include <cwidget/generic/util/threads.h>
#include <sigc++/slot.h>