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

Collapse All | Expand All

(-)a/tools/TexturePacker/XBTFWriter.cpp (+1 lines)
Lines 22-27 Link Here
22
#include "XBTFWriter.h"
22
#include "XBTFWriter.h"
23
#define __STDC_FORMAT_MACROS
23
#define __STDC_FORMAT_MACROS
24
#include <inttypes.h>
24
#include <inttypes.h>
25
#include <unistd.h> /* for unlink() prototype */
25
#include "guilib/XBTF.h"
26
#include "guilib/XBTF.h"
26
#include "utils/EndianSwap.h"
27
#include "utils/EndianSwap.h"
27
#if !defined(__APPLE__) && !defined(__FreeBSD__)
28
#if !defined(__APPLE__) && !defined(__FreeBSD__)

Return to bug 399519