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

(-)mjpegtools-1.6.0/mplex/multplex.cc (+1 lines)
Lines 3-8 Link Here
3
#include <math.h>
3
#include <math.h>
4
#include <stdlib.h>
4
#include <stdlib.h>
5
#include <unistd.h>
5
#include <unistd.h>
6
#include <assert.h>
6
7
7
#include <mjpeg_types.h>
8
#include <mjpeg_types.h>
8
#include <mjpeg_logging.h>
9
#include <mjpeg_logging.h>
(-)mjpegtools-1.6.0/mplex/stillsstream.cc (+1 lines)
Lines 22-27 Link Here
22
22
23
23
24
#include <format_codes.h>
24
#include <format_codes.h>
25
#include <assert.h>
25
26
26
#include "stillsstream.hh"
27
#include "stillsstream.hh"
27
#include "interact.hh"
28
#include "interact.hh"
(-)mjpegtools-1.6.0/mplex/systems.cc (+1 lines)
Lines 2-7 Link Here
2
#include <stdio.h>
2
#include <stdio.h>
3
#include <stdlib.h>
3
#include <stdlib.h>
4
#include <string.h>
4
#include <string.h>
5
#include <assert.h>
5
#include <sys/param.h>
6
#include <sys/param.h>
6
#include <sys/stat.h>
7
#include <sys/stat.h>
7
#include "systems.hh"
8
#include "systems.hh"

Return to bug 28491