Changeset 20 for trunk


Ignore:
Timestamp:
05/13/13 18:30:25 (12 years ago)
Author:
melon
Message:

Various header and include fixes.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/lib/freetype2.hh

    r12 r20  
    99
    1010#include <stdint.h>
     11#include <stdlib.h>
     12#include <stddef.h>
     13
     14#include <nv/common.hh>
    1115
    1216#define NV_FREETYPE_DYNAMIC
  • trunk/nv/lib/gl.hh

    r5 r20  
    77#ifndef NV_LIB_GL_HH
    88#define NV_LIB_GL_HH
     9
     10#include <nv/common.hh>
     11#include <stddef.h>
    912
    1013//#define NV_SDL_GL
  • trunk/src/lib/gl.cc

    r5 r20  
    55// For conditions of distribution and use, see copyright notice in nv.hh
    66
     7#include "nv/common.hh"
    78#include "nv/lib/gl.hh"
    89
Note: See TracChangeset for help on using the changeset viewer.