~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/draw/codec/tga.c

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <stdlib.h>
38
38
#include <byteorder.h>
39
39
#include <align.h>
40
 
#include <bool.h>
 
40
#include <stdbool.h>
41
41
#include <pixconv.h>
42
42
#include "tga.h"
43
43