X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/414caa77d5709bf3372d1f9245312781eee7961b..7535ca1b43f9320f0de3c49fc7a12560a5022a7c:/include/strerror.h diff --git a/include/strerror.h b/include/strerror.h index 9cc0821..0457316 100644 --- a/include/strerror.h +++ b/include/strerror.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2014 Leo C. + * (C) Copyright 2018 Leo C. * * SPDX-License-Identifier: GPL-2.0 */ @@ -7,6 +7,8 @@ #ifndef STRERROR_H #define STRERROR_H -const FLASH char * my_strerror_P(int errnum); +#include "errnum.h" + +const FLASH char * my_strerror_P(ERRNUM errnum); #endif /* STRERROR_H */