X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbsupport%2Fcommon-defs.h;h=d3f5eafa4555fb014d2f9140127a6fb846d6574c;hb=ff8885c3be6f42ed90a7b0ec0028fad26861cd94;hp=e42d2b80c045361cfa19f52cb146ae32c58f61b3;hpb=991a3e2e9944a4b3a27bd989ac03c18285bd545d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h index e42d2b80c0..d3f5eafa45 100644 --- a/gdbsupport/common-defs.h +++ b/gdbsupport/common-defs.h @@ -84,7 +84,12 @@ #include #include + +/* Include both cstdlib and stdlib.h to ensure we have standard functions + defined both in the std:: namespace and in the global namespace. */ +#include #include + #include #include #include