]> pd.if.org Git - pdclib/blobdiff - platform/example/internals/_PDCLIB_config.h
Removed the header include guard 'optimization'.
[pdclib] / platform / example / internals / _PDCLIB_config.h
index 64cc98dc73411bcc4e854ff936e09ab0d2e76f63..233a88c8490cbb188efd0a1552b51c8f6ea5f79d 100644 (file)
@@ -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