Ticket #29489: patch-components.cc.diff

File patch-components.cc.diff, 395 bytes (added by jason@…, 13 years ago)
  • components/components.cc

    old new  
    2323// Web Sites: www.iupr.org, www.dfki.de
    2424
    2525#include <unistd.h>
     26#include <crt_externs.h>
    2627#include "colib/colib.h"
    2728#include "iulib.h"
    2829#include "components.h"
    2930
     31#define environ (*_NSGetEnviron())
     32
    3033using namespace colib;
    3134
    3235namespace {