Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225265 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- gaia-0.1.2.orig/programs/gaia/GPSSourceNMEA.h
0
++ gaia-0.1.2/programs/gaia/GPSSourceNMEA.h
Lines 20-25 Link Here
20
#ifndef __GAIA__GPSSOURCENMEA_H__
20
#ifndef __GAIA__GPSSOURCENMEA_H__
21
#define __GAIA__GPSSOURCENMEA_H__
21
#define __GAIA__GPSSOURCENMEA_H__
22
22
23
#include <cstdio>
24
#include <cctype>
23
#include <vector>
25
#include <vector>
24
#include <string.h>
26
#include <string.h>
25
#include <fcntl.h>
27
#include <fcntl.h>
26
-- gaia-0.1.2.orig/programs/gaia/Hud.h
28
++ gaia-0.1.2/programs/gaia/Hud.h
Lines 20-25 Link Here
20
#ifndef __GAIA__HUD_H__
20
#ifndef __GAIA__HUD_H__
21
#define __GAIA__HUD_H__
21
#define __GAIA__HUD_H__
22
22
23
#include <algorithm>
23
#include <vector>
24
#include <vector>
24
#include <GL/gl.h>
25
#include <GL/gl.h>
25
26

Return to bug 225265