]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/strtoull.c
Added internal headerguard defines that were missing.
[pdclib] / functions / stdlib / strtoull.c
index 08b696a4921359cb92982f8f4aae9de7cc59aaaf..de7275a9b58881c92163293c1669e51ea8ae7862 100644 (file)
@@ -8,9 +8,9 @@
    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 <stddef.h>
 #include <stdlib.h>
 
 #ifndef REGTEST