]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/stdarg.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / _PDCLIB / stdarg.c
index abb1f4c4f7478b8208b6074b1ca856c997ea381a..9e43be6a10bebda6bcb65c4489f5cfd05899abf4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* stdarg
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +9,7 @@
 #include <float.h>
 #ifdef TEST
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 typedef int (*intfunc_t)( void );