]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/strtoll.c
Added internal headerguard defines that were missing.
[pdclib] / functions / stdlib / strtoll.c
index 2f7a2697d75823ab1054bbb55392ca860118af60..21ef1f48783aceaf6de74923a6f968931a1afa41 100644 (file)
@@ -8,6 +8,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <limits.h>
 #include <stdlib.h>