X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Ferrno.h;h=fb813eec46a638a99d6f5c02b375b2cf2409de66;hp=90c61db1fbf9dfda207aabe1b2129f3d9729faf8;hb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;hpb=912688cd6675234e7dd744cd6971a0d7c1591910 diff --git a/includes/errno.h b/includes/errno.h index 90c61db..fb813ee 100644 --- a/includes/errno.h +++ b/includes/errno.h @@ -9,10 +9,7 @@ #ifndef _PDCLIB_ERRNO_H #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif #define errno (*_PDCLIB_errno_func())