X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=e0db955f556cf4040faf40b26983787a40a15d1c;hb=refs%2Fheads%2Fbranches%2Fretrace;hp=fb813eec46a638a99d6f5c02b375b2cf2409de66;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/includes/errno.h b/includes/errno.h index fb813ee..e0db955 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,7 +7,7 @@ #ifndef _PDCLIB_ERRNO_H #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" #define errno (*_PDCLIB_errno_func()) @@ -17,4 +15,3 @@ #define EDOM _PDCLIB_EDOM #endif -