X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=2ffed5373e1e640274d9c4e5b0d2dec9ec1427e0;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=90c61db1fbf9dfda207aabe1b2129f3d9729faf8;hpb=0fa6394bc70eab55e0e38703a31a3072232c0729;p=pdclib diff --git a/includes/errno.h b/includes/errno.h index 90c61db..2ffed53 100644 --- a/includes/errno.h +++ b/includes/errno.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.5 Errors +/* Errors This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,10 +7,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 +#include "_PDCLIB_int.h" #define errno (*_PDCLIB_errno_func())