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

(-)vcdimager-0.7.24-orig/frontends/cli/vcdimager.c (+1 lines)
Lines 37-42 Link Here
37
#ifdef HAVE_STRING_H
37
#ifdef HAVE_STRING_H
38
#include <string.h>
38
#include <string.h>
39
#endif
39
#endif
40
#define __USE_XOPEN
40
#include <time.h>
41
#include <time.h>
41
42
42
#include <popt.h>
43
#include <popt.h>
(-)vcdimager-0.7.24-orig/frontends/xml/vcd_xml_build.c (-2 lines)
Lines 27-36 Link Here
27
#include <string.h>
27
#include <string.h>
28
#include <errno.h>
28
#include <errno.h>
29
29
30
#ifdef HAVE_TIME_H
31
#define __USE_XOPEN
30
#define __USE_XOPEN
32
#include <time.h>
31
#include <time.h>
33
#endif
34
32
35
#include <popt.h>
33
#include <popt.h>
36
34

Return to bug 641550