X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=233a88c8490cbb188efd0a1552b51c8f6ea5f79d;hp=64cc98dc73411bcc4e854ff936e09ab0d2e76f63;hb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;hpb=912688cd6675234e7dd744cd6971a0d7c1591910 diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 64cc98d..233a88c 100644 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -7,6 +7,9 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#ifndef _PDCLIB_CONFIG_H +#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H + /* -------------------------------------------------------------------------- */ /* Misc */ /* -------------------------------------------------------------------------- */ @@ -354,3 +357,4 @@ typedef int _PDCLIB_fd_t; */ #define _PDCLIB_ERROR 4 +#endif