]> pd.if.org Git - pdclib/blobdiff - functions/string/strncat.c
Added Makefile and moved internal headers into seperate directory (allowing easier...
[pdclib] / functions / string / strncat.c
index b33fb7cf39b1f2665816bcbe36929c458aa12405..44dcb402614b0e7ff397f7a20b9f3922e075d340 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 * strncat( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, size_t n )