X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fecrash.c;fp=citadel%2Fecrash.c;h=47effcd345d9f7209bd68ca95023ca8e3365fdc3;hb=d0a9f739a0470a1dcc5603838ee3d82508c3611e;hp=f67e6776232243ec0b34bdb7d566476ece301580;hpb=f1275c774787228d3f967eadb7cf0bdd4657e232;p=citadel.git diff --git a/citadel/ecrash.c b/citadel/ecrash.c index f67e67762..47effcd34 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -21,13 +21,13 @@ #include #include #include -#include #include #include "sysdep_decls.h" #include "ecrash.h" #define NIY() printf("%s: Not Implemented Yet!\n", __FUNCTION__) #ifdef HAVE_BACKTRACE +#include static eCrashParameters gbl_params; static int gbl_fd=-1;