]> pd.if.org Git - pdclib/blobdiff - functions/string/strtok.c
Added Makefile and moved internal headers into seperate directory (allowing easier...
[pdclib] / functions / string / strtok.c
index 4d371afe29b0a6f392f4d5540b65a09e74c58e05..31359208d1d4b9342d99fe6452742d6043fd135d 100644 (file)
@@ -8,6 +8,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#include <_PDCLIB_aux.h>
 #include <string.h>
 
 char * strtok( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2 )