Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9682 for code/trunk


Ignore:
Timestamp:
Oct 2, 2013, 11:31:02 PM (11 years ago)
Author:
landauf
Message:

fixed build on MSVC: unistd.h is not part of windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/SignalHandler.cc

    r9672 r9682  
    4040#include <cstdio>
    4141
    42 #include <unistd.h>
    4342#include "Output.h"
    4443
     
    5554#include <X11/keysym.h>
    5655#include <sys/prctl.h>
     56#include <unistd.h>
    5757
    5858namespace orxonox
     
    7272
    7373      catchSignal( SIGSEGV );
    74       catchSignal( SIGABRT ); 
     74      catchSignal( SIGABRT );
    7575      catchSignal( SIGILL );
    7676    }
Note: See TracChangeset for help on using the changeset viewer.