X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=30532c92023dbd000352c21c07de7c8b4047ad26;hp=3c5872bcbeab7744d215b9b765d78e9cc72ab684;hb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;hpb=912688cd6675234e7dd744cd6971a0d7c1591910 diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 3c5872b..30532c9 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -6,10 +6,10 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H +#ifndef _PDCLIB_GLUE_H +#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H + #include <_PDCLIB_int.h> -#endif /* -------------------------------------------------------------------------- */ /* OS "glue", part 2 */ @@ -75,3 +75,4 @@ int _PDCLIB_remove( const char * filename ); */ int _PDCLIB_rename( const char * old, const char * new ); +#endif