]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
System includes -> local includes.
[pdclib] / includes / errno.h
index fb813eec46a638a99d6f5c02b375b2cf2409de66..2ffed5373e1e640274d9c4e5b0d2dec9ec1427e0 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.5 Errors <errno.h>
+/* Errors <errno.h>
 
    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())