7032458: Zero and Shark fixes

Reviewed-by: twisti
This commit is contained in:
Gary Benson 2011-04-04 03:02:00 -07:00 committed by Christian Thalinger
parent f94d7776ca
commit 80dfa0e342
10 changed files with 30 additions and 19 deletions

View file

@ -77,7 +77,9 @@
# endif
#ifdef LINUX
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif // __STDC_LIMIT_MACROS
#include <inttypes.h>
#include <signal.h>
#include <ucontext.h>