waisda/commit

dependencies

authorMichiel Hildebrand
Mon Mar 7 20:29:42 2011 +0100
committerMichiel Hildebrand
Mon Mar 7 20:29:42 2011 +0100
commitb103b30453e5446700f5f3d59a5d0319aa163301
treee7a9d5672ca1f7b7d5226055d851eb36ab2954c8
parentec8caf4090eadf11cb10c4acbc084118d55f80ee
Diff style: patch stat
diff --git a/lib/download_videos.pl b/lib/download_videos.pl
index 223fc2c..0cc519d 100644
--- a/lib/download_videos.pl
+++ b/lib/download_videos.pl
@@ -4,6 +4,7 @@
 	    download_video_stream/2
 	  ]).
 
+:- use_module(library(semweb/rdf_db)).
 :- use_module(library(http/http_open)).
 :- use_module(library(xpath)).
 :- use_module(library(thread_pool)).