X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8509761d0d99449b084eb82d8e482e60b702a792..4ba5420c448464cde2bf38435d24c2655a865f76:/src/portable.h diff --git a/src/portable.h b/src/portable.h index 2afe77c683..b227f89de3 100644 --- a/src/portable.h +++ b/src/portable.h @@ -134,6 +134,13 @@ const char *gras_wsa_err2string(int errcode); # include "xbt/context_win32.h" /* Manual reimplementation for prehistoric platforms */ #endif +/**** + **** Signals + ****/ +#ifdef HAVE_SIGNAL_H +# include +#endif + /**** **** string handling (parts from http://www.ijs.si/software/snprintf/) ****/ @@ -178,9 +185,9 @@ extern int vasnprintf(char **ptr, size_t str_m, const char *fmt, va_list ap); # include #endif -/* - * Some debugging functions. Can't we find a better place for this?? - */ +/**** + **** Some debugging functions. Can't we find a better place for this?? + ****/ void hexa_print(const char*name, unsigned char *data, int size); const char *hexa_str(unsigned char *data, int size);