X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fpic16%2Ferrno.h;h=4247b70aa5fce173eeaedf75bf1ed6a6ea4682dc;hb=28ab9829e0811edf5e78f1ac9895fe55b949e8a6;hp=c8aa5e17bc4a221a7a9ae52d4bb5c59846b09397;hpb=06460dd1ef27e4e851dbd24d76677e04a670a9d0;p=fw%2Fsdcc diff --git a/device/include/pic16/errno.h b/device/include/pic16/errno.h index c8aa5e17..4247b70a 100644 --- a/device/include/pic16/errno.h +++ b/device/include/pic16/errno.h @@ -27,6 +27,9 @@ #ifndef _PIC16_ERRNO_H #define _PIC16_ERRNO_H +/* link with C library */ +#pragma library c + extern int errno; /* Error Codes: */