X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fperror.c;h=a5185980dbbb978324858d7732b1d56d856dda79;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=23ce68bd356cc11e997dcdabf4873b32156b2204;hpb=ce0e5d8cd76b50f239fb8e95170502b146247b35;p=pdclib diff --git a/functions/stdio/perror.c b/functions/stdio/perror.c index 23ce68b..a518598 100644 --- a/functions/stdio/perror.c +++ b/functions/stdio/perror.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* perror( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -34,7 +32,7 @@ void perror( const char * s ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include #include #include