X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic%2Fgen.c;h=169fc0f3d620bc2bdb6b5aab1db0acde3dc40e94;hb=a8bb05787ea1db826c32df658be9ac091ad1cf76;hp=649a57d0cd0b2e1c399da039f29632fff02dce29;hpb=10ecf7f3793460f370a97f69e98bc7bffecdf115;p=fw%2Fsdcc diff --git a/src/pic/gen.c b/src/pic/gen.c index 649a57d0..169fc0f3 100644 --- a/src/pic/gen.c +++ b/src/pic/gen.c @@ -34,9 +34,15 @@ #include #include #include -#include +#ifndef __sun__ +#if defined(_MSC_VER) + #include "pstdint.h" +#else + #include +#endif +#endif #include "SDCCglobl.h" -#include "newalloc.h" +#include "newalloc.h" #include "common.h" #include "SDCCpeeph.h"