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

(-)src/io.cpp.orig (+2 lines)
Lines 20-25 Link Here
20
20
21
/** @file io.cpp Implementation of reading/writing to files */
21
/** @file io.cpp Implementation of reading/writing to files */
22
22
23
#include <unistd.h>
24
23
#include "stdafx.h"
25
#include "stdafx.h"
24
#include "io.hpp"
26
#include "io.hpp"
25
27
(-)src/catcodec.cpp.orig (+1 lines)
Lines 22-27 Link Here
22
22
23
#include <stdlib.h>
23
#include <stdlib.h>
24
#include <string.h>
24
#include <string.h>
25
#include <unistd.h>
25
26
26
#include "stdafx.h"
27
#include "stdafx.h"
27
#include "io.hpp"
28
#include "io.hpp"

Return to bug 413861