#ifndef FREEBAYES_SEGFAULTHANDLER_H #define FREEBAYES_SEGFAULTHANDLER_H #include #ifndef __CYGWIN__ #include #endif #include #include void segfaultHandler(int sig); #endif