diff options
Diffstat (limited to 'string/bcopy.c')
-rw-r--r-- | string/bcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bcopy.c b/string/bcopy.c index 7c1225c4d7..f497b5d44c 100644 --- a/string/bcopy.c +++ b/string/bcopy.c @@ -25,4 +25,4 @@ #define a2 dest #define a2const -#include <memmove.c> +#include <string/memmove.c> |