Include string.h, not memory.h, when using memcpy and memset.

memory.h is an anachronism, and not present on all systems.
This commit is contained in:
Martin Whitaker
2022-03-11 17:30:25 +00:00
committed by Martin Whitaker
parent f6da06b117
commit 0873e3b60a
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
#include "pmem.h"
#include "usb.h"
#include "memory.h"
#include "string.h"
#include "unistd.h"
#include "ehci.h"