X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepwrite.c;h=fa46e46aa8e37a4e1a6bd99ca0d9a131db0eff9d;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=148e1c144c0bcec02e88220e136210ecc73f02cb;hpb=ce0e5d8cd76b50f239fb8e95170502b146247b35;p=pdclib diff --git a/functions/_PDCLIB/prepwrite.c b/functions/_PDCLIB/prepwrite.c index 148e1c1..fa46e46 100644 --- a/functions/_PDCLIB/prepwrite.c +++ b/functions/_PDCLIB/prepwrite.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_prepwrite( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). @@ -27,7 +25,7 @@ int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream ) } #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {