/[svn]/linuxsampler/trunk/src/common/stacktrace.c
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/stacktrace.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 270 by schoenebeck, Fri Oct 8 20:30:25 2004 UTC revision 361 by schoenebeck, Wed Feb 9 01:22:18 2005 UTC
# Line 1  Line 1 
1  /*************************************************************************  /*************************************************************************
2   *   *
3   * $Id: stacktrace.c,v 1.1 2004-10-08 20:30:25 schoenebeck Exp $   * $Id: stacktrace.c,v 1.2 2005-02-09 01:22:17 schoenebeck Exp $
4   *   *
5   * Copyright (c) 1998 by Bjorn Reese <breese@mail1.stofanet.dk>   * Copyright (c) 1998 by Bjorn Reese <breese@mail1.stofanet.dk>
6   *   *
# Line 63  Line 63 
63  #include <limits.h>  #include <limits.h>
64  #include <errno.h>  #include <errno.h>
65  #include <signal.h>  #include <signal.h>
66    #include <unistd.h>
67  #if defined(PLATFORM_UNIX)  #if defined(PLATFORM_UNIX)
68  # include <unistd.h>  # include <unistd.h>
69  # include <sys/types.h>  # include <sys/types.h>

Legend:
Removed from v.270  
changed lines
  Added in v.361

  ViewVC Help
Powered by ViewVC