Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272851
Collapse All | Expand All

(-)dvgrab-3.4.orig/error.cc (+1 lines)
Lines 23-28 Link Here
23
23
24
// C includes
24
// C includes
25
25
26
#include <stdio.h>
26
#include <errno.h>
27
#include <errno.h>
27
#include <string.h>
28
#include <string.h>
28
29
(-)dvgrab-3.4.orig/smiltime.cc (+1 lines)
Lines 28-33 Link Here
28
#include <iomanip>
28
#include <iomanip>
29
#include <sstream>
29
#include <sstream>
30
30
31
#include <stdio.h>
31
#include <stdlib.h>
32
#include <stdlib.h>
32
#include <math.h>
33
#include <math.h>
33
34

Return to bug 272851