~ubuntu-branches/ubuntu/edgy/usplash/edgy

« back to all changes in this revision

Viewing changes to usplash_svga.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-08-04 18:13:05 UTC
  • Revision ID: james.westby@ubuntu.com-20060804181305-kqffv3kpn4uw7wmw
Tags: 0.4-9
Fix include path so it builds with the appropriate build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "usplash_backend.h"
2
 
#include <vgagl.h>
3
 
#include <vga.h>
 
2
#include "svgalib/gl/vgagl.h"
 
3
#include "svgalib/src/vga.h"
4
4
#include <stdio.h>
5
5
#include <string.h>
6
6
#include <stdlib.h>