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