Changeset 1:b753afeb3f34

Show
Ignore:
Timestamp:
08/01/08 18:34:21 (4 years ago)
Author:
thib
Branch:
default
convert_revision:
svn:d0a2da98-017c-47d2-8c43-22b54484806d/trunk@2
Message:
Does build under debian testing
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • config.h.in

    r0 r1  
    11/* config.h.in.  Generated from configure.in by autoheader.  */ 
    2 /* gettext ÍÑ */ 
    3 #undef ENABLE_NLS 
    4 #undef HAVE_CATGETS 
    5 #undef HAVE_GETTEXT 
    6 #undef HAVE_LC_MESSAGES 
    7 #undef HAVE_STPCPY 
    8 #undef PACKAGE 
    9 #undef VERSION 
    102 
    113/* default display size */ 
     
    148140#undef const 
    149141 
    150 /* Define to `unsigned' if <sys/types.h> does not define. */ 
     142/* Define to `unsigned int' if <sys/types.h> does not define. */ 
    151143#undef size_t 
  • font/text_stream.cc

    r0 r1  
    2828#include "text.h" 
    2929#include "codeconv.h" 
     30#include<string.h> 
    3031#include<stdio.h> 
    3132 
  • window/button.cc

    r0 r1  
    470470 
    471471#include"rect.h" 
     472#include<stdlib.h> 
    472473#include<string.h> 
    473474