~ubuntu-branches/ubuntu/precise/aqsis/precise

« back to all changes in this revision

Viewing changes to shadercompiler/slparse/parser.yy

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-05-20 14:37:25 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080520143725-ous4wm4nl1i5yzdw
Tags: 1.2.0-2.1
* Non-maintainer upload.
* fix ftbfs by including string.h in various sources (closes: #470971).
* build against libopenexr6 (closes: #476739).
* apply Ubuntu patch to debian/aqsis-libsc2a.install to fix
  missing libjpg2tif.so.1 problem (closes: #473151).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <string>
22
22
#include <vector>
23
23
#include <cassert>
 
24
#include <string.h>
24
25
 
25
26
#include        "parsenode.h"
26
27
#include        "logging.h"